#591209

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

Shades of Red Oxide #591209

Tints of Red Oxide #591209

Color information

#591209 (or 0x591209) is unknown color: approx Red Oxide. HEX triplet: 59, 12 and 09. RGB value is (89,18,9). Sum of RGB (Red+Green+Blue) = 89+18+9=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #591209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591209 is #A6EDF6. Grayscale: #262626. Windows color (decimal): -10939895 or 594521. OLE color: 594521.

HSL color Cylindrical-coordinate representation of color #591209: hue angle of 6.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 #591209 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB89189-
CMYK00.800.900.65
HSL6.75º81.63%19.22%-
HSV(B)6.75º89.89%34.9%-
XYZ4.392.580.52-
YUV38.2111.52164.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.72%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=76.72%
G=15.52%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8918900.800.900.656.7581.6319.22
Hex591290505A4175213
Octal13122110120132101712223
Binary10110011001010010101000010110101000001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591209; }

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

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

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

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

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

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

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

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