#591408

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

Shades of Red Oxide #591408

Tints of Red Oxide #591408

Color information

#591408 (or 0x591408) is unknown color: approx Red Oxide. HEX triplet: 59, 14 and 08. RGB value is (89,20,8). Sum of RGB (Red+Green+Blue) = 89+20+8=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #591408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591408 is #A6EBF7. Grayscale: #272727. Windows color (decimal): -10939384 or 529497. OLE color: 529497.

HSL color Cylindrical-coordinate representation of color #591408: hue angle of 8.89º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #591408 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB89208-
CMYK00.780.910.65
HSL8.89º83.51%19.02%-
HSV(B)8.89º91.01%34.9%-
XYZ4.412.640.51-
YUV39.26110.36163.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.07%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=76.07%
G=17.09%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8920800.780.910.658.8983.5119.02
Hex5914804E5B4195413
Octal131241001161331011112423
Binary101100110100100001001110101101110000011001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591408; }

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

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

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

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

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

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

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

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