Html Css Color HEX #593132 Jazz

📋 copy color: '#593132'

red 89 ◦ green 49 ◦ blue 50

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

Shades of Jazz #593132

Tints of Jazz #593132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.06%

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 47.34%
G = 26.06%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#593132 (or 0x593132) is known color: Jazz. HEX triplet: 59, 31 and 32. RGB value is (89,49,50). Sum of RGB (Red+Green+Blue) = 89+49+50=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #593132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593132 is #A6CECD. Grayscale: #3D3D3D. Windows color (decimal): -10931918 or 3289433. OLE color: 3289433.

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

Color convert

RGB 89 49 50 -
CMYK 0 0.45 0.44 0.65
HSL 358.5º 0.29% 0.27% -
HSV(B) 358.5º 0.45% 0.35% -
XYZ 5.79 4.55 3.59 -
YUV 61.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 89 49 50 0 0.45 0.44 0.65 358.5 0.29 0.27
Hex 59 31 32 0 2D 2C 41 166 1D 1B
Octal 131 61 62 0 55 54 101 546 35 33
Binary 1011001 110001 110010 0 101101 101100 1000001 101100110 11101 11011

Color Harmonies of #593132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593132

Black with #593132

Text Example


Text Example

White with #593132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593132; }

 p { color: rgb(89,49,50); }

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

background-color css

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

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

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

border-color css

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

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

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