Shades of Jazz #60252C
Tints of Jazz #60252C
RGB
CMYK
RGB Variations
Color information
#60252C (or 0x60252C) is known color: Jazz. HEX triplet: 60, 25 and 2C. RGB value is (96,37,44). Sum of RGB (Red+Green+Blue) = 96+37+44=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60252C is #9FDAD3. Grayscale: #373737. Windows color (decimal): -10476244 or 2893152. OLE color: 2893152.
HSL color Cylindrical-coordinate representation of color #60252C: hue angle of 352.88º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60252C is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 44 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.62 |
| HSL | 352.88º | 0.44% | 0.26% | - |
| HSV(B) | 352.88º | 0.61% | 0.38% | - |
| XYZ | 5.94 | 3.99 | 2.84 | - |
| YUV | 55.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 44 | 0 | 0.61 | 0.54 | 0.62 | 352.88 | 0.44 | 0.26 |
| Hex | 60 | 25 | 2C | 0 | 3D | 36 | 3E | 161 | 2C | 1A |
| Octal | 140 | 45 | 54 | 0 | 75 | 66 | 76 | 541 | 54 | 32 |
| Binary | 1100000 | 100101 | 101100 | 0 | 111101 | 110110 | 111110 | 101100001 | 101100 | 11010 |
Color Harmonies of #60252C
Complementary color
Monochromatic Colors of #60252C
Black with #60252C
Text Example
Text Example
White with #60252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60252C; }
p { color: rgb(96,37,44); }
H1.HeaderClassName
{
color: #60252C;
}
.AnyTagClassName
{
color: #60252C;
}
</style>
background-color css
<style>
a { background-color: #60252C; }
a { background-color: rgb(96,37,44); }
div.DivClassName
{
background-color: #60252C;
}
.BgClassName
{
background-color: #60252C;
}
</style>
border-color css
<style>
span { border-color: #60252C; }
span { border-color: rgb(96,37,44); }
td.TdClassName
{
border-color: #60252C;
}
.TagClassName
{
border-color: #60252C;
}
</style>