Shades of Jazz #592E31
Tints of Jazz #592E31
RGB
CMYK
RGB Variations
Color information
#592E31 (or 0x592E31) is known color: Jazz. HEX triplet: 59, 2E and 31. RGB value is (89,46,49). Sum of RGB (Red+Green+Blue) = 89+46+49=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #592E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592E31 is #A6D1CE. Grayscale: #3B3B3B. Windows color (decimal): -10932687 or 3223129. OLE color: 3223129.
HSL color Cylindrical-coordinate representation of color #592E31: hue angle of 355.81º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #592E31 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 49 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.65 |
| HSL | 355.81º | 0.32% | 0.26% | - |
| HSV(B) | 355.81º | 0.48% | 0.35% | - |
| XYZ | 5.65 | 4.3 | 3.44 | - |
| YUV | 59.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 49 | 0 | 0.48 | 0.45 | 0.65 | 355.81 | 0.32 | 0.26 |
| Hex | 59 | 2E | 31 | 0 | 30 | 2D | 41 | 164 | 20 | 1A |
| Octal | 131 | 56 | 61 | 0 | 60 | 55 | 101 | 544 | 40 | 32 |
| Binary | 1011001 | 101110 | 110001 | 0 | 110000 | 101101 | 1000001 | 101100100 | 100000 | 11010 |
Color Harmonies of #592E31
Complementary color
Monochromatic Colors of #592E31
Black with #592E31
Text Example
Text Example
White with #592E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E31; }
p { color: rgb(89,46,49); }
H1.HeaderClassName
{
color: #592E31;
}
.AnyTagClassName
{
color: #592E31;
}
</style>
background-color css
<style>
a { background-color: #592E31; }
a { background-color: rgb(89,46,49); }
div.DivClassName
{
background-color: #592E31;
}
.BgClassName
{
background-color: #592E31;
}
</style>
border-color css
<style>
span { border-color: #592E31; }
span { border-color: rgb(89,46,49); }
td.TdClassName
{
border-color: #592E31;
}
.TagClassName
{
border-color: #592E31;
}
</style>