#591D18

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

Shades of Red Oxide #591D18

Tints of Red Oxide #591D18

Color information

#591D18 (or 0x591D18) is unknown color: approx Red Oxide. HEX triplet: 59, 1D and 18. RGB value is (89,29,24). Sum of RGB (Red+Green+Blue) = 89+29+24=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #591D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591D18 is #A6E2E7. Grayscale: #2E2E2E. Windows color (decimal): -10937064 or 1580377. OLE color: 1580377.

HSL color Cylindrical-coordinate representation of color #591D18: hue angle of 4.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591D18 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB892924-
CMYK00.670.730.65
HSL4.62º57.52%22.16%-
HSV(B)4.62º73.03%34.9%-
XYZ4.723.071.21-
YUV46.37115.38158.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.68%
GREEN value IS 29 (11.72% from 255) = 20.42%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=62.68%
G=20.42%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89292400.670.730.654.6257.5222.16
Hex591D18043494153a16
Octal1313530010311110157226
Binary10110011110111000010000111001001100000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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