#591312

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

Shades of Red Oxide #591312

Tints of Red Oxide #591312

Color information

#591312 (or 0x591312) is unknown color: approx Red Oxide. HEX triplet: 59, 13 and 12. RGB value is (89,19,18). Sum of RGB (Red+Green+Blue) = 89+19+18=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #591312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591312 is #A6ECED. Grayscale: #272727. Windows color (decimal): -10939630 or 1184601. OLE color: 1184601.

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

Color convert

RGB891918-
CMYK00.790.800.65
HSL0.85º66.36%20.98%-
HSV(B)0.85º79.78%34.9%-
XYZ4.462.630.85-
YUV39.82115.69163.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.63%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=70.63%
G=15.08%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89191800.790.800.650.8566.3620.98
Hex59131204F504114215
Octal13123220117120101110225
Binary1011001100111001001001111101000010000011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591312; }

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

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

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

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

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

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

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

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