Html Css Color HEX #59201B Red Oxide

📋 copy color: '#59201B'

red 89 ◦ green 32 ◦ blue 27

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

Shades of Red Oxide #59201B

Tints of Red Oxide #59201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 60.14%
G = 21.62%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59201B (or 0x59201B) is known color: Red Oxide. HEX triplet: 59, 20 and 1B. RGB value is (89,32,27). Sum of RGB (Red+Green+Blue) = 89+32+27=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #59201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59201B is #A6DFE4. Grayscale: #303030. Windows color (decimal): -10936293 or 1777753. OLE color: 1777753.

HSL color Cylindrical-coordinate representation of color #59201B: hue angle of 4.84º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59201B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 27 -
CMYK 0 0.64 0.70 0.65
HSL 4.84º 0.53% 0.23% -
HSV(B) 4.84º 0.7% 0.35% -
XYZ 4.83 3.24 1.41 -
YUV 48.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 89 32 27 0 0.64 0.70 0.65 4.84 0.53 0.23
Hex 59 20 1B 0 40 46 41 5 35 17
Octal 131 40 33 0 100 106 101 5 65 27
Binary 1011001 100000 11011 0 1000000 1000110 1000001 101 110101 10111

Color Harmonies of #59201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59201B

Black with #59201B

Text Example


Text Example

White with #59201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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