Shades of Jazz #572F31
Tints of Jazz #572F31
RGB
CMYK
RGB Variations
Color information
#572F31 (or 0x572F31) is known color: Jazz. HEX triplet: 57, 2F and 31. RGB value is (87,47,49). Sum of RGB (Red+Green+Blue) = 87+47+49=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #572F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572F31 is #A8D0CE. Grayscale: #3B3B3B. Windows color (decimal): -11063503 or 3223383. OLE color: 3223383.
HSL color Cylindrical-coordinate representation of color #572F31: hue angle of 357º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #572F31 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 49 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.66 |
| HSL | 357º | 0.3% | 0.26% | - |
| HSV(B) | 357º | 0.46% | 0.34% | - |
| XYZ | 5.5 | 4.28 | 3.44 | - |
| YUV | 59.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 49 | 0 | 0.46 | 0.44 | 0.66 | 357 | 0.3 | 0.26 |
| Hex | 57 | 2F | 31 | 0 | 2E | 2C | 42 | 165 | 1E | 1A |
| Octal | 127 | 57 | 61 | 0 | 56 | 54 | 102 | 545 | 36 | 32 |
| Binary | 1010111 | 101111 | 110001 | 0 | 101110 | 101100 | 1000010 | 101100101 | 11110 | 11010 |
Color Harmonies of #572F31
Complementary color
Monochromatic Colors of #572F31
Black with #572F31
Text Example
Text Example
White with #572F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F31; }
p { color: rgb(87,47,49); }
H1.HeaderClassName
{
color: #572F31;
}
.AnyTagClassName
{
color: #572F31;
}
</style>
background-color css
<style>
a { background-color: #572F31; }
a { background-color: rgb(87,47,49); }
div.DivClassName
{
background-color: #572F31;
}
.BgClassName
{
background-color: #572F31;
}
</style>
border-color css
<style>
span { border-color: #572F31; }
span { border-color: rgb(87,47,49); }
td.TdClassName
{
border-color: #572F31;
}
.TagClassName
{
border-color: #572F31;
}
</style>