Html Css Color HEX #59211E Red Oxide

📋 copy color: '#59211E'

red 89 ◦ green 33 ◦ blue 30

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

Shades of Red Oxide #59211E

Tints of Red Oxide #59211E

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

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59211E (or 0x59211E) is known color: 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

RGB 89 33 30 -
CMYK 0 0.63 0.66 0.65
HSL 3.05º 0.5% 0.23% -
HSV(B) 3.05º 0.66% 0.35% -
XYZ 4.9 3.31 1.61 -
YUV 49.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 89 33 30 0 0.63 0.66 0.65 3.05 0.5 0.23
Hex 59 21 1E 0 3F 42 41 3 32 17
Octal 131 41 36 0 77 102 101 3 62 27
Binary 1011001 100001 11110 0 111111 1000010 1000001 11 110010 10111

Color Harmonies of #59211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59211E

Black with #59211E

Text Example


Text Example

White with #59211E

Text Example


Text Example

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