#591201

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

Shades of Red Oxide #591201

Tints of Red Oxide #591201

Color information

#591201 (or 0x591201) is unknown color: approx Red Oxide. HEX triplet: 59, 12 and 01. RGB value is (89,18,1). Sum of RGB (Red+Green+Blue) = 89+18+1=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #591201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591201 is #A6EDFE. Grayscale: #252525. Windows color (decimal): -10939903 or 70233. OLE color: 70233.

HSL color Cylindrical-coordinate representation of color #591201: hue angle of 11.59º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #591201 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB89181-
CMYK00.800.990.65
HSL11.59º97.78%17.65%-
HSV(B)11.59º98.88%34.9%-
XYZ4.342.560.29-
YUV37.29107.52164.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 82.41%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=82.41%
G=16.67%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8918100.800.990.6511.5997.7817.65
Hex591210506341c6212
Octal13122101201431011414222
Binary101100110010101010000110001110000011100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591201; }

 p { color: rgb(89,18,1); }

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

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

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

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

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

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

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