Html Css Color HEX #592120 Red Oxide

📋 copy color: '#592120'

red 89 ◦ green 33 ◦ blue 32

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

Shades of Red Oxide #592120

Tints of Red Oxide #592120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.43%

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

R = 57.79%
G = 21.43%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#592120 (or 0x592120) is known color: Red Oxide. HEX triplet: 59, 21 and 20. RGB value is (89,33,32). Sum of RGB (Red+Green+Blue) = 89+33+32=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #592120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592120 is #A6DEDF. Grayscale: #313131. Windows color (decimal): -10936032 or 2105689. OLE color: 2105689.

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

Color convert

RGB 89 33 32 -
CMYK 0 0.63 0.64 0.65
HSL 1.05º 0.47% 0.24% -
HSV(B) 1.05º 0.64% 0.35% -
XYZ 4.92 3.32 1.75 -
YUV 49.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 89 33 32 0 0.63 0.64 0.65 1.05 0.47 0.24
Hex 59 21 20 0 3F 40 41 1 2F 18
Octal 131 41 40 0 77 100 101 1 57 30
Binary 1011001 100001 100000 0 111111 1000000 1000001 1 101111 11000

Color Harmonies of #592120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592120

Black with #592120

Text Example


Text Example

White with #592120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592120; }

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

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

background-color css

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

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

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

border-color css

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

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

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