#59221F

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

Shades of Red Oxide #59221F

Tints of Red Oxide #59221F

Color information

#59221F (or 0x59221F) is unknown color: approx Red Oxide. HEX triplet: 59, 22 and 1F. RGB value is (89,34,31). Sum of RGB (Red+Green+Blue) = 89+34+31=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59221F is #A6DDE0. Grayscale: #323232. Windows color (decimal): -10935777 or 2040409. OLE color: 2040409.

HSL color Cylindrical-coordinate representation of color #59221F: hue angle of 3.1º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59221F is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB893431-
CMYK00.620.650.65
HSL3.1º48.33%23.53%-
HSV(B)3.1º65.17%34.9%-
XYZ4.943.371.69-
YUV50.1117.22155.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.79%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=57.79%
G=22.08%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89343100.620.650.653.148.3323.53
Hex59221F03E414133018
Octal131423707610110136030
Binary1011001100010111110111110100000110000011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59221F; }

 p { color: rgb(89,34,31); }

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

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

 a { background-color: rgb(89,34,31); }

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

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

 span { border-color: rgb(89,34,31); }

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