#591111

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

Shades of Red Oxide #591111

Tints of Red Oxide #591111

Color information

#591111 (or 0x591111) is unknown color: approx Red Oxide. HEX triplet: 59, 11 and 11. RGB value is (89,17,17). Sum of RGB (Red+Green+Blue) = 89+17+17=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #591111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591111 is #A6EEEE. Grayscale: #262626. Windows color (decimal): -10940143 or 1118553. OLE color: 1118553.

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

Color convert

RGB891717-
CMYK00.810.810.65
HSL67.92%20.78%-
HSV(B)80.9%34.9%-
XYZ4.422.570.79-
YUV38.53115.85164-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 72.36%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=72.36%
G=13.82%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89171700.810.810.65067.9220.78
Hex591111051514104415
Octal13121210121121101010425
Binary1011001100011000101010001101000110000010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591111; }

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

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

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

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

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

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

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

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