#591C18

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

Shades of Red Oxide #591C18

Tints of Red Oxide #591C18

Color information

#591C18 (or 0x591C18) is unknown color: approx Red Oxide. HEX triplet: 59, 1C and 18. RGB value is (89,28,24). Sum of RGB (Red+Green+Blue) = 89+28+24=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #591C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C18 is #A6E3E7. Grayscale: #2D2D2D. Windows color (decimal): -10937320 or 1580121. OLE color: 1580121.

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

Color convert

RGB892824-
CMYK00.690.730.65
HSL3.69º57.52%22.16%-
HSV(B)3.69º73.03%34.9%-
XYZ4.73.021.2-
YUV45.78115.71158.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 28 (11.33% from 255) = 19.86%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=63.12%
G=19.86%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89282400.690.730.653.6957.5222.16
Hex591C18045494143a16
Octal1313430010511110147226
Binary10110011110011000010001011001001100000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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