#591811

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

Shades of Red Oxide #591811

Tints of Red Oxide #591811

Color information

#591811 (or 0x591811) is unknown color: approx Red Oxide. HEX triplet: 59, 18 and 11. RGB value is (89,24,17). Sum of RGB (Red+Green+Blue) = 89+24+17=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #591811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591811 is #A6E7EE. Grayscale: #2A2A2A. Windows color (decimal): -10938351 or 1120345. OLE color: 1120345.

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

Color convert

RGB892417-
CMYK00.730.810.65
HSL5.83º67.92%20.78%-
HSV(B)5.83º80.9%34.9%-
XYZ4.552.820.83-
YUV42.64113.53161.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.46%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=68.46%
G=18.46%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89241700.730.810.655.8367.9220.78
Hex591811049514164415
Octal13130210111121101610425
Binary101100111000100010100100110100011000001110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591811; }

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

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

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

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

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

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

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

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