Shades of Jazz #592C30
Tints of Jazz #592C30
RGB
CMYK
RGB Variations
Color information
#592C30 (or 0x592C30) is known color: Jazz. HEX triplet: 59, 2C and 30. RGB value is (89,44,48). Sum of RGB (Red+Green+Blue) = 89+44+48=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #592C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C30 is #A6D3CF. Grayscale: #393939. Windows color (decimal): -10933200 or 3157081. OLE color: 3157081.
HSL color Cylindrical-coordinate representation of color #592C30: hue angle of 354.67º 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 #592C30 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 48 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.65 |
| HSL | 354.67º | 0.34% | 0.26% | - |
| HSV(B) | 354.67º | 0.51% | 0.35% | - |
| XYZ | 5.55 | 4.14 | 3.3 | - |
| YUV | 57.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 48 | 0 | 0.51 | 0.46 | 0.65 | 354.67 | 0.34 | 0.26 |
| Hex | 59 | 2C | 30 | 0 | 33 | 2E | 41 | 163 | 22 | 1A |
| Octal | 131 | 54 | 60 | 0 | 63 | 56 | 101 | 543 | 42 | 32 |
| Binary | 1011001 | 101100 | 110000 | 0 | 110011 | 101110 | 1000001 | 101100011 | 100010 | 11010 |
Color Harmonies of #592C30
Complementary color
Monochromatic Colors of #592C30
Black with #592C30
Text Example
Text Example
White with #592C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C30; }
p { color: rgb(89,44,48); }
H1.HeaderClassName
{
color: #592C30;
}
.AnyTagClassName
{
color: #592C30;
}
</style>
background-color css
<style>
a { background-color: #592C30; }
a { background-color: rgb(89,44,48); }
div.DivClassName
{
background-color: #592C30;
}
.BgClassName
{
background-color: #592C30;
}
</style>
border-color css
<style>
span { border-color: #592C30; }
span { border-color: rgb(89,44,48); }
td.TdClassName
{
border-color: #592C30;
}
.TagClassName
{
border-color: #592C30;
}
</style>