#591207

Color #591207 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #591207

Tints of Red Oxide #591207

Color information

#591207 (or 0x591207) is unknown color: approx Red Oxide. HEX triplet: 59, 12 and 07. RGB value is (89,18,7). Sum of RGB (Red+Green+Blue) = 89+18+7=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #591207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591207 is #A6EDF8. Grayscale: #262626. Windows color (decimal): -10939897 or 463449. OLE color: 463449.

HSL color Cylindrical-coordinate representation of color #591207: hue angle of 8.05º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #591207 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB89187-
CMYK00.800.920.65
HSL8.05º85.42%18.82%-
HSV(B)8.05º92.13%34.9%-
XYZ4.372.570.47-
YUV37.98110.52164.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 78.07%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=78.07%
G=15.79%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8918700.800.920.658.0585.4218.82
Hex591270505C4185513
Octal13122701201341011012523
Binary10110011001011101010000101110010000011000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591207; }

 p { color: rgb(89,18,7); }

 H1.HeaderClassName
 {
   color: #591207;
 }
 .AnyTagClassName
 {
   color: #591207;
 }
</style>
background-color css

<style>
 a { background-color: #591207; }

 a { background-color: rgb(89,18,7); }

 div.DivClassName
 {
   background-color: #591207;
 }
 .BgClassName
 {
   background-color: #591207;
 }
</style>
border-color css

<style>
 span { border-color: #591207; }

 span { border-color: rgb(89,18,7); }

 td.TdClassName
 {
   border-color: #591207;
 }
 .TagClassName
 {
   border-color: #591207;
 }
</style>