Html Css Color HEX #593134 Jazz

📋 copy color: '#593134'

red 89 ◦ green 49 ◦ blue 52

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

Shades of Jazz #593134

Tints of Jazz #593134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.37%

R = 46.84%
G = 25.79%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#593134 (or 0x593134) is known color: Jazz. HEX triplet: 59, 31 and 34. RGB value is (89,49,52). Sum of RGB (Red+Green+Blue) = 89+49+52=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #593134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593134 is #A6CECB. Grayscale: #3D3D3D. Windows color (decimal): -10931916 or 3420505. OLE color: 3420505.

HSL color Cylindrical-coordinate representation of color #593134: hue angle of 355.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 #593134 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 49 52 -
CMYK 0 0.45 0.42 0.65
HSL 355.5º 0.29% 0.27% -
HSV(B) 355.5º 0.45% 0.35% -
XYZ 5.84 4.57 3.82 -
YUV 61.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 89 49 52 0 0.45 0.42 0.65 355.5 0.29 0.27
Hex 59 31 34 0 2D 2A 41 164 1D 1B
Octal 131 61 64 0 55 52 101 544 35 33
Binary 1011001 110001 110100 0 101101 101010 1000001 101100100 11101 11011

Color Harmonies of #593134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593134

Black with #593134

Text Example


Text Example

White with #593134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593134; }

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

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

background-color css

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

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

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

border-color css

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

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

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