#59201A

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

Shades of Red Oxide #59201A

Tints of Red Oxide #59201A

Color information

#59201A (or 0x59201A) is unknown color: approx Red Oxide. HEX triplet: 59, 20 and 1A. RGB value is (89,32,26). Sum of RGB (Red+Green+Blue) = 89+32+26=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #59201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59201A is #A6DFE5. Grayscale: #303030. Windows color (decimal): -10936294 or 1712217. OLE color: 1712217.

HSL color Cylindrical-coordinate representation of color #59201A: hue angle of 5.71º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59201A is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB893226-
CMYK00.640.710.65
HSL5.71º54.78%22.55%-
HSV(B)5.71º70.79%34.9%-
XYZ4.823.231.35-
YUV48.36115.38156.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.54%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=60.54%
G=21.77%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89322600.640.710.655.7154.7822.55
Hex59201A040474163717
Octal1314032010010710166727
Binary101100110000011010010000001000111100000111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59201A; }

 p { color: rgb(89,32,26); }

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

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

 a { background-color: rgb(89,32,26); }

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

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

 span { border-color: rgb(89,32,26); }

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