#591411

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

Shades of Red Oxide #591411

Tints of Red Oxide #591411

Color information

#591411 (or 0x591411) is unknown color: approx Red Oxide. HEX triplet: 59, 14 and 11. RGB value is (89,20,17). Sum of RGB (Red+Green+Blue) = 89+20+17=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #591411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591411 is #A6EBEE. Grayscale: #282828. Windows color (decimal): -10939375 or 1119321. OLE color: 1119321.

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

Color convert

RGB892017-
CMYK00.780.810.65
HSL2.5º67.92%20.78%-
HSV(B)2.5º80.9%34.9%-
XYZ4.472.660.81-
YUV40.29114.86162.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.63%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=70.63%
G=15.87%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89201700.780.810.652.567.9220.78
Hex59141104E514134415
Octal13124210116121101310425
Binary10110011010010001010011101010001100000111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591411; }

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

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

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

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

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

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

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

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