#591009

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

Shades of Red Oxide #591009

Tints of Red Oxide #591009

Color information

#591009 (or 0x591009) is unknown color: approx Red Oxide. HEX triplet: 59, 10 and 09. RGB value is (89,16,9). Sum of RGB (Red+Green+Blue) = 89+16+9=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #591009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591009 is #A6EFF6. Grayscale: #252525. Windows color (decimal): -10940407 or 594009. OLE color: 594009.

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

Color convert

RGB89169-
CMYK00.820.900.65
HSL5.25º81.63%19.22%-
HSV(B)5.25º89.89%34.9%-
XYZ4.352.510.51-
YUV37.03112.18165.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.07%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=78.07%
G=14.04%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8916900.820.900.655.2581.6319.22
Hex591090525A4155213
Octal13120110122132101512223
Binary10110011000010010101001010110101000001101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591009; }

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

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

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

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

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

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

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

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