#593134

Color #593134 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #593134

Tints of Jazz #593134

Color information

#593134 (or 0x593134) is unknown color: approx 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

RGB894952-
CMYK00.450.420.65
HSL355.5º28.99%27.06%-
HSV(B)355.5º44.94%34.9%-
XYZ5.844.573.82-
YUV61.3122.75147.76-

RGB Variations

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

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.70% from 255) = 27.37%
R=46.84%
G=25.79%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89495200.450.420.65355.528.9927.06
Hex59313402D2A411641d1b
Octal1316164055521015443533
Binary1011001110001110100010110110101010000011011001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>