Html Css Color HEX #59201C Red Oxide

📋 copy color: '#59201C'

red 89 ◦ green 32 ◦ blue 28

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

Shades of Red Oxide #59201C

Tints of Red Oxide #59201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.79%

R = 59.73%
G = 21.48%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59201C (or 0x59201C) is known color: Red Oxide. HEX triplet: 59, 20 and 1C. RGB value is (89,32,28). Sum of RGB (Red+Green+Blue) = 89+32+28=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59201C is #A6DFE3. Grayscale: #303030. Windows color (decimal): -10936292 or 1843289. OLE color: 1843289.

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

Color convert

RGB 89 32 28 -
CMYK 0 0.64 0.69 0.65
HSL 3.93º 0.52% 0.23% -
HSV(B) 3.93º 0.69% 0.35% -
XYZ 4.85 3.24 1.47 -
YUV 48.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 89 32 28 0 0.64 0.69 0.65 3.93 0.52 0.23
Hex 59 20 1C 0 40 45 41 4 34 17
Octal 131 40 34 0 100 105 101 4 64 27
Binary 1011001 100000 11100 0 1000000 1000101 1000001 100 110100 10111

Color Harmonies of #59201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59201C

Black with #59201C

Text Example


Text Example

White with #59201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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