Html Css Color HEX #59221F Red Oxide

📋 copy color: '#59221F'

red 89 ◦ green 34 ◦ blue 31

#59221F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #59221F

Tints of Red Oxide #59221F

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 value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59221F (or 0x59221F) is known color: 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

RGB 89 34 31 -
CMYK 0 0.62 0.65 0.65
HSL 3.1º 0.48% 0.24% -
HSV(B) 3.1º 0.65% 0.35% -
XYZ 4.94 3.37 1.69 -
YUV 50.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 89 34 31 0 0.62 0.65 0.65 3.1 0.48 0.24
Hex 59 22 1F 0 3E 41 41 3 30 18
Octal 131 42 37 0 76 101 101 3 60 30
Binary 1011001 100010 11111 0 111110 1000001 1000001 11 110000 11000

Color Harmonies of #59221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59221F

Black with #59221F

Text Example


Text Example

White with #59221F

Text Example


Text Example

HTML Codes & Css Web 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>