#591918

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

Shades of Red Oxide #591918

Tints of Red Oxide #591918

Color information

#591918 (or 0x591918) is unknown color: approx Red Oxide. HEX triplet: 59, 19 and 18. RGB value is (89,25,24). Sum of RGB (Red+Green+Blue) = 89+25+24=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #591918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591918 is #A6E6E7. Grayscale: #2C2C2C. Windows color (decimal): -10938088 or 1579353. OLE color: 1579353.

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

Color convert

RGB892524-
CMYK00.720.730.65
HSL0.92º57.52%22.16%-
HSV(B)0.92º73.03%34.9%-
XYZ4.632.891.18-
YUV44.02116.7160.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=64.49%
G=18.12%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89252400.720.730.650.9257.5222.16
Hex591918048494113a16
Octal1313130011011110117226
Binary101100111001110000100100010010011000001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591918; }

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

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

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

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

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

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

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

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