#591812

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

Shades of Red Oxide #591812

Tints of Red Oxide #591812

Color information

#591812 (or 0x591812) is unknown color: approx Red Oxide. HEX triplet: 59, 18 and 12. RGB value is (89,24,18). Sum of RGB (Red+Green+Blue) = 89+24+18=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591812 is #A6E7ED. Grayscale: #2A2A2A. Windows color (decimal): -10938350 or 1185881. OLE color: 1185881.

HSL color Cylindrical-coordinate representation of color #591812: hue angle of 5.07º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591812 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB892418-
CMYK00.730.800.65
HSL5.07º66.36%20.98%-
HSV(B)5.07º79.78%34.9%-
XYZ4.562.820.88-
YUV42.75114.03160.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.94%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=67.94%
G=18.32%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89241800.730.800.655.0766.3620.98
Hex591812049504154215
Octal13130220111120101510225
Binary101100111000100100100100110100001000001101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591812; }

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

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

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

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

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

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

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

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