#591A11

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

Shades of Red Oxide #591A11

Tints of Red Oxide #591A11

Color information

#591A11 (or 0x591A11) is unknown color: approx Red Oxide. HEX triplet: 59, 1A and 11. RGB value is (89,26,17). Sum of RGB (Red+Green+Blue) = 89+26+17=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #591A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A11 is #A6E5EE. Grayscale: #2B2B2B. Windows color (decimal): -10937839 or 1120857. OLE color: 1120857.

HSL color Cylindrical-coordinate representation of color #591A11: hue angle of 7.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591A11 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB892617-
CMYK00.710.810.65
HSL7.5º67.92%20.78%-
HSV(B)7.5º80.9%34.9%-
XYZ4.592.90.85-
YUV43.81112.87160.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.42%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=67.42%
G=19.70%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89261700.710.810.657.567.9220.78
Hex591A11047514184415
Octal131322101071211011010425
Binary1011001110101000101000111101000110000011000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591A11; }

 p { color: rgb(89,26,17); }

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

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

 a { background-color: rgb(89,26,17); }

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

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

 span { border-color: rgb(89,26,17); }

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