#591311

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

Shades of Red Oxide #591311

Tints of Red Oxide #591311

Color information

#591311 (or 0x591311) is unknown color: approx Red Oxide. HEX triplet: 59, 13 and 11. RGB value is (89,19,17). Sum of RGB (Red+Green+Blue) = 89+19+17=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #591311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591311 is #A6ECEE. Grayscale: #272727. Windows color (decimal): -10939631 or 1119065. OLE color: 1119065.

HSL color Cylindrical-coordinate representation of color #591311: hue angle of 1.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591311 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB891917-
CMYK00.790.810.65
HSL1.67º67.92%20.78%-
HSV(B)1.67º80.9%34.9%-
XYZ4.452.630.8-
YUV39.7115.19163.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.2%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=71.2%
G=15.2%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89191700.790.810.651.6767.9220.78
Hex59131104F514124415
Octal13123210117121101210425
Binary10110011001110001010011111010001100000110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591311; }

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

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

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

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

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

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

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

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