Html Css Color HEX #592020 Red Oxide

📋 copy color: '#592020'

red 89 ◦ green 32 ◦ blue 32

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

Shades of Red Oxide #592020

Tints of Red Oxide #592020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.92%

R = 58.17%
G = 20.92%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#592020 (or 0x592020) is known color: Red Oxide. HEX triplet: 59, 20 and 20. RGB value is (89,32,32). Sum of RGB (Red+Green+Blue) = 89+32+32=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #592020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592020 is #A6DFDF. Grayscale: #313131. Windows color (decimal): -10936288 or 2105433. OLE color: 2105433.

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

Color convert

RGB 89 32 32 -
CMYK 0 0.64 0.64 0.65
HSL 0.47% 0.24% -
HSV(B) 0.64% 0.35% -
XYZ 4.9 3.26 1.74 -
YUV 49.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 89 32 32 0 0.64 0.64 0.65 0 0.47 0.24
Hex 59 20 20 0 40 40 41 0 2F 18
Octal 131 40 40 0 100 100 101 0 57 30
Binary 1011001 100000 100000 0 1000000 1000000 1000001 0 101111 11000

Color Harmonies of #592020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592020

Black with #592020

Text Example


Text Example

White with #592020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592020; }

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

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

background-color css

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

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

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

border-color css

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

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

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