Html Css Color HEX #59211D Red Oxide

📋 copy color: '#59211D'

red 89 ◦ green 33 ◦ blue 29

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

Shades of Red Oxide #59211D

Tints of Red Oxide #59211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 58.94%
G = 21.85%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59211D (or 0x59211D) is known color: Red Oxide. HEX triplet: 59, 21 and 1D. RGB value is (89,33,29). Sum of RGB (Red+Green+Blue) = 89+33+29=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59211D is #A6DEE2. Grayscale: #313131. Windows color (decimal): -10936035 or 1909081. OLE color: 1909081.

HSL color Cylindrical-coordinate representation of color #59211D: hue angle of 4º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59211D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 33 29 -
CMYK 0 0.63 0.67 0.65
HSL 0.51% 0.23% -
HSV(B) 0.67% 0.35% -
XYZ 4.89 3.3 1.54 -
YUV 49.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 89 33 29 0 0.63 0.67 0.65 4 0.51 0.23
Hex 59 21 1D 0 3F 43 41 4 33 17
Octal 131 41 35 0 77 103 101 4 63 27
Binary 1011001 100001 11101 0 111111 1000011 1000001 100 110011 10111

Color Harmonies of #59211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59211D

Black with #59211D

Text Example


Text Example

White with #59211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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