#591306

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

Shades of Red Oxide #591306

Tints of Red Oxide #591306

Color information

#591306 (or 0x591306) is unknown color: approx Red Oxide. HEX triplet: 59, 13 and 06. RGB value is (89,19,6). Sum of RGB (Red+Green+Blue) = 89+19+6=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #591306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591306 is #A6ECF9. Grayscale: #262626. Windows color (decimal): -10939642 or 398169. OLE color: 398169.

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

Color convert

RGB89196-
CMYK00.790.930.65
HSL9.4º87.37%18.63%-
HSV(B)9.4º93.26%34.9%-
XYZ4.392.60.44-
YUV38.45109.69164.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.07%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=78.07%
G=16.67%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8919600.790.930.659.487.3718.63
Hex5913604F5D4195713
Octal13123601171351011112723
Binary10110011001111001001111101110110000011001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591306; }

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

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

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

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

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

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

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

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