#591F18

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

Shades of Red Oxide #591F18

Tints of Red Oxide #591F18

Color information

#591F18 (or 0x591F18) is unknown color: approx Red Oxide. HEX triplet: 59, 1F and 18. RGB value is (89,31,24). Sum of RGB (Red+Green+Blue) = 89+31+24=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #591F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F18 is #A6E0E7. Grayscale: #2F2F2F. Windows color (decimal): -10936552 or 1580889. OLE color: 1580889.

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

Color convert

RGB893124-
CMYK00.650.730.65
HSL6.46º57.52%22.16%-
HSV(B)6.46º73.03%34.9%-
XYZ4.773.171.22-
YUV47.54114.72157.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.81%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=61.81%
G=21.53%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89312400.650.730.656.4657.5222.16
Hex591F18041494163a16
Octal1313730010111110167226
Binary10110011111111000010000011001001100000111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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