#590A09

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

Shades of Red Oxide #590A09

Tints of Red Oxide #590A09

Color information

#590A09 (or 0x590A09) is unknown color: approx Red Oxide. HEX triplet: 59, 0A and 09. RGB value is (89,10,9). Sum of RGB (Red+Green+Blue) = 89+10+9=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #590A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A09 is #A6F5F6. Grayscale: #212121. Windows color (decimal): -10941943 or 592473. OLE color: 592473.

HSL color Cylindrical-coordinate representation of color #590A09: hue angle of 0.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590A09 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB89109-
CMYK00.890.900.65
HSL0.75º81.63%19.22%-
HSV(B)0.75º89.89%34.9%-
XYZ4.282.360.49-
YUV33.51114.17167.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 82.41%
GREEN value IS 10 (4.30% from 255) = 9.26%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=82.41%
G=9.26%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8910900.890.900.650.7581.6319.22
Hex59A90595A4115213
Octal13112110131132101112223
Binary10110011010100101011001101101010000011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,10,9); }

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

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

 a { background-color: rgb(89,10,9); }

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

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

 span { border-color: rgb(89,10,9); }

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