#591210

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

Shades of Red Oxide #591210

Tints of Red Oxide #591210

Color information

#591210 (or 0x591210) is unknown color: approx Red Oxide. HEX triplet: 59, 12 and 10. RGB value is (89,18,16). Sum of RGB (Red+Green+Blue) = 89+18+16=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #591210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591210 is #A6EDEF. Grayscale: #272727. Windows color (decimal): -10939888 or 1053273. OLE color: 1053273.

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

Color convert

RGB891816-
CMYK00.800.820.65
HSL1.64º69.52%20.59%-
HSV(B)1.64º82.02%34.9%-
XYZ4.432.590.76-
YUV39115.02163.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 72.36%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=72.36%
G=14.63%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89181600.800.820.651.6469.5220.59
Hex591210050524124615
Octal13122200120122101210625
Binary10110011001010000010100001010010100000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591210; }

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

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

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

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

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

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

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

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