#59201E

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

Shades of Red Oxide #59201E

Tints of Red Oxide #59201E

Color information

#59201E (or 0x59201E) is unknown color: approx Red Oxide. HEX triplet: 59, 20 and 1E. RGB value is (89,32,30). Sum of RGB (Red+Green+Blue) = 89+32+30=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59201E is #A6DFE1. Grayscale: #303030. Windows color (decimal): -10936290 or 1974361. OLE color: 1974361.

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

Color convert

RGB893230-
CMYK00.640.660.65
HSL2.03º49.58%23.33%-
HSV(B)2.03º66.29%34.9%-
XYZ4.873.251.6-
YUV48.82117.38156.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=58.94%
G=21.19%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89323000.640.660.652.0349.5823.33
Hex59201E040424123217
Octal1314036010010210126227
Binary10110011000001111001000000100001010000011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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