#591309

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

Shades of Red Oxide #591309

Tints of Red Oxide #591309

Color information

#591309 (or 0x591309) is unknown color: approx Red Oxide. HEX triplet: 59, 13 and 09. RGB value is (89,19,9). Sum of RGB (Red+Green+Blue) = 89+19+9=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #591309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591309 is #A6ECF6. Grayscale: #262626. Windows color (decimal): -10939639 or 594777. OLE color: 594777.

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

Color convert

RGB89199-
CMYK00.790.900.65
HSL7.5º81.63%19.22%-
HSV(B)7.5º89.89%34.9%-
XYZ4.42.610.53-
YUV38.79111.19163.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.07%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 9 (3.91% from 255) = 7.69%
R=76.07%
G=16.24%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8919900.790.900.657.581.6319.22
Hex5913904F5A4185213
Octal131231101171321011012223
Binary101100110011100101001111101101010000011000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591309; }

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

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

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

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

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

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

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

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