#590E0C

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

Shades of Red Oxide #590E0C

Tints of Red Oxide #590E0C

Color information

#590E0C (or 0x590E0C) is unknown color: approx Red Oxide. HEX triplet: 59, 0E and 0C. RGB value is (89,14,12). Sum of RGB (Red+Green+Blue) = 89+14+12=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #590E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590E0C is #A6F1F3. Grayscale: #242424. Windows color (decimal): -10940916 or 790105. OLE color: 790105.

HSL color Cylindrical-coordinate representation of color #590E0C: hue angle of 1.56º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590E0C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB891412-
CMYK00.840.870.65
HSL1.56º76.24%19.8%-
HSV(B)1.56º86.52%34.9%-
XYZ4.342.460.59-
YUV36.2114.35165.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 77.39%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=77.39%
G=12.17%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89141200.840.870.651.5676.2419.8
Hex59EC054574124c14
Octal13116140124127101211424
Binary101100111101100010101001010111100000110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590E0C; }

 p { color: rgb(89,14,12); }

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

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

 a { background-color: rgb(89,14,12); }

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

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

 span { border-color: rgb(89,14,12); }

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