Html Css Color HEX #59201E Red Oxide

📋 copy color: '#59201E'

red 89 ◦ green 32 ◦ blue 30

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

Shades of Red Oxide #59201E

Tints of Red Oxide #59201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

 BLUE value IS 30 (12.11% from 255) = 19.87%

R = 58.94%
G = 21.19%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59201E (or 0x59201E) is known color: Red Oxide. HEX triplet: 59, 20 and 1E. RGB value is (89,32,30). Sum of RGB (Red+Green+Blue) = 89+32+30=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59201E is #A6DFE1. Grayscale: #303030. Windows color (decimal): -10936290 or 1974361. OLE color: 1974361.

HSL color Cylindrical-coordinate representation of color #59201E: hue angle of 2.03º 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 #59201E is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 30 -
CMYK 0 0.64 0.66 0.65
HSL 2.03º 0.5% 0.23% -
HSV(B) 2.03º 0.66% 0.35% -
XYZ 4.87 3.25 1.6 -
YUV 48.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 89 32 30 0 0.64 0.66 0.65 2.03 0.5 0.23
Hex 59 20 1E 0 40 42 41 2 32 17
Octal 131 40 36 0 100 102 101 2 62 27
Binary 1011001 100000 11110 0 1000000 1000010 1000001 10 110010 10111

Color Harmonies of #59201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59201E

Black with #59201E

Text Example


Text Example

White with #59201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59201E; }

 p { color: rgb(89,32,30); }

 H1.HeaderClassName
 {
   color: #59201E;
 }
 .AnyTagClassName
 {
   color: #59201E;
 }
</style>

background-color css

<style>
 a { background-color: #59201E; }

 a { background-color: rgb(89,32,30); }

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

border-color css

<style>
 span { border-color: #59201E; }

 span { border-color: rgb(89,32,30); }

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