Shades of Jazz #593334
Tints of Jazz #593334
RGB
CMYK
RGB Variations
Color information
#593334 (or 0x593334) is known color: Jazz. HEX triplet: 59, 33 and 34. RGB value is (89,51,52). Sum of RGB (Red+Green+Blue) = 89+51+52=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #593334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593334 is #A6CCCB. Grayscale: #3E3E3E. Windows color (decimal): -10931404 or 3421017. OLE color: 3421017.
HSL color Cylindrical-coordinate representation of color #593334: hue angle of 358.42º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #593334 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 51 | 52 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.65 |
| HSL | 358.42º | 0.27% | 0.27% | - |
| HSV(B) | 358.42º | 0.43% | 0.35% | - |
| XYZ | 5.92 | 4.74 | 3.85 | - |
| YUV | 62.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 52 | 0 | 0.43 | 0.42 | 0.65 | 358.42 | 0.27 | 0.27 |
| Hex | 59 | 33 | 34 | 0 | 2B | 2A | 41 | 166 | 1B | 1B |
| Octal | 131 | 63 | 64 | 0 | 53 | 52 | 101 | 546 | 33 | 33 |
| Binary | 1011001 | 110011 | 110100 | 0 | 101011 | 101010 | 1000001 | 101100110 | 11011 | 11011 |
Color Harmonies of #593334
Complementary color
Monochromatic Colors of #593334
Black with #593334
Text Example
Text Example
White with #593334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593334; }
p { color: rgb(89,51,52); }
H1.HeaderClassName
{
color: #593334;
}
.AnyTagClassName
{
color: #593334;
}
</style>
background-color css
<style>
a { background-color: #593334; }
a { background-color: rgb(89,51,52); }
div.DivClassName
{
background-color: #593334;
}
.BgClassName
{
background-color: #593334;
}
</style>
border-color css
<style>
span { border-color: #593334; }
span { border-color: rgb(89,51,52); }
td.TdClassName
{
border-color: #593334;
}
.TagClassName
{
border-color: #593334;
}
</style>