#59211E

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

Shades of Red Oxide #59211E

Tints of Red Oxide #59211E

Color information

#59211E (or 0x59211E) is unknown color: approx Red Oxide. HEX triplet: 59, 21 and 1E. RGB value is (89,33,30). Sum of RGB (Red+Green+Blue) = 89+33+30=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59211E is #A6DEE1. Grayscale: #313131. Windows color (decimal): -10936034 or 1974617. OLE color: 1974617.

HSL color Cylindrical-coordinate representation of color #59211E: hue angle of 3.05º 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 #59211E is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB893330-
CMYK00.630.660.65
HSL3.05º49.58%23.33%-
HSV(B)3.05º66.29%34.9%-
XYZ4.93.311.61-
YUV49.4117.05156.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=58.55%
G=21.71%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89333000.630.660.653.0549.5823.33
Hex59211E03F424133217
Octal131413607710210136227
Binary1011001100001111100111111100001010000011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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