Html Css Color HEX #59211F Red Oxide

📋 copy color: '#59211F'

red 89 ◦ green 33 ◦ blue 31

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

Shades of Red Oxide #59211F

Tints of Red Oxide #59211F

RGB

 RED value IS 89 (35.16% from 255) = 58.17%

 GREEN value IS 33 (13.28% from 255) = 21.57%

 BLUE value IS 31 (12.5% from 255) = 20.26%

R = 58.17%
G = 21.57%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59211F (or 0x59211F) is known color: Red Oxide. HEX triplet: 59, 21 and 1F. RGB value is (89,33,31). Sum of RGB (Red+Green+Blue) = 89+33+31=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59211F is #A6DEE0. Grayscale: #313131. Windows color (decimal): -10936033 or 2040153. OLE color: 2040153.

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

Color convert

RGB 89 33 31 -
CMYK 0 0.63 0.65 0.65
HSL 2.07º 0.48% 0.24% -
HSV(B) 2.07º 0.65% 0.35% -
XYZ 4.91 3.31 1.68 -
YUV 49.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 89 33 31 0 0.63 0.65 0.65 2.07 0.48 0.24
Hex 59 21 1F 0 3F 41 41 2 30 18
Octal 131 41 37 0 77 101 101 2 60 30
Binary 1011001 100001 11111 0 111111 1000001 1000001 10 110000 11000

Color Harmonies of #59211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59211F

Black with #59211F

Text Example


Text Example

White with #59211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59211F;
 }
 .AnyTagClassName
 {
   color: #59211F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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