Shades of Jazz #592C31
Tints of Jazz #592C31
RGB
CMYK
RGB Variations
Color information
#592C31 (or 0x592C31) is known color: Jazz. HEX triplet: 59, 2C and 31. RGB value is (89,44,49). Sum of RGB (Red+Green+Blue) = 89+44+49=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #592C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C31 is #A6D3CE. Grayscale: #3A3A3A. Windows color (decimal): -10933199 or 3222617. OLE color: 3222617.
HSL color Cylindrical-coordinate representation of color #592C31: hue angle of 353.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592C31 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 49 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.65 |
| HSL | 353.33º | 0.34% | 0.26% | - |
| HSV(B) | 353.33º | 0.51% | 0.35% | - |
| XYZ | 5.57 | 4.15 | 3.41 | - |
| YUV | 58.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 49 | 0 | 0.51 | 0.45 | 0.65 | 353.33 | 0.34 | 0.26 |
| Hex | 59 | 2C | 31 | 0 | 33 | 2D | 41 | 161 | 22 | 1A |
| Octal | 131 | 54 | 61 | 0 | 63 | 55 | 101 | 541 | 42 | 32 |
| Binary | 1011001 | 101100 | 110001 | 0 | 110011 | 101101 | 1000001 | 101100001 | 100010 | 11010 |
Color Harmonies of #592C31
Complementary color
Monochromatic Colors of #592C31
Black with #592C31
Text Example
Text Example
White with #592C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C31; }
p { color: rgb(89,44,49); }
H1.HeaderClassName
{
color: #592C31;
}
.AnyTagClassName
{
color: #592C31;
}
</style>
background-color css
<style>
a { background-color: #592C31; }
a { background-color: rgb(89,44,49); }
div.DivClassName
{
background-color: #592C31;
}
.BgClassName
{
background-color: #592C31;
}
</style>
border-color css
<style>
span { border-color: #592C31; }
span { border-color: rgb(89,44,49); }
td.TdClassName
{
border-color: #592C31;
}
.TagClassName
{
border-color: #592C31;
}
</style>