#593135

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

Shades of Jazz #593135

Tints of Jazz #593135

Color information

#593135 (or 0x593135) is unknown color: approx Jazz. HEX triplet: 59, 31 and 35. RGB value is (89,49,53). Sum of RGB (Red+Green+Blue) = 89+49+53=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #593135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593135 is #A6CECA. Grayscale: #3D3D3D. Windows color (decimal): -10931915 or 3486041. OLE color: 3486041.

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

Color convert

RGB894953-
CMYK00.450.400.65
HSL354º28.99%27.06%-
HSV(B)354º44.94%34.9%-
XYZ5.864.583.94-
YUV61.42123.25147.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=46.60%
G=25.65%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89495300.450.400.6535428.9927.06
Hex59313502D28411621d1b
Octal1316165055501015423533
Binary1011001110001110101010110110100010000011011000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593135; }

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

 H1.HeaderClassName
 {
   color: #593135;
 }
 .AnyTagClassName
 {
   color: #593135;
 }
</style>
background-color css

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

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

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

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

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

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