Html Css Color HEX #592320 Red Oxide

📋 copy color: '#592320'

red 89 ◦ green 35 ◦ blue 32

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

Shades of Red Oxide #592320

Tints of Red Oxide #592320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

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

R = 57.05%
G = 22.44%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#592320 (or 0x592320) is known color: Red Oxide. HEX triplet: 59, 23 and 20. RGB value is (89,35,32). Sum of RGB (Red+Green+Blue) = 89+35+32=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #592320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592320 is #A6DCDF. Grayscale: #323232. Windows color (decimal): -10935520 or 2106201. OLE color: 2106201.

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

Color convert

RGB 89 35 32 -
CMYK 0 0.61 0.64 0.65
HSL 3.16º 0.47% 0.24% -
HSV(B) 3.16º 0.64% 0.35% -
XYZ 4.98 3.43 1.77 -
YUV 50.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 89 35 32 0 0.61 0.64 0.65 3.16 0.47 0.24
Hex 59 23 20 0 3D 40 41 3 2F 18
Octal 131 43 40 0 75 100 101 3 57 30
Binary 1011001 100011 100000 0 111101 1000000 1000001 11 101111 11000

Color Harmonies of #592320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592320

Black with #592320

Text Example


Text Example

White with #592320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592320; }

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

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

background-color css

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

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

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

border-color css

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

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

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