Shades of Jazz #60252D
Tints of Jazz #60252D
RGB
CMYK
RGB Variations
Color information
#60252D (or 0x60252D) is known color: Jazz. HEX triplet: 60, 25 and 2D. RGB value is (96,37,45). Sum of RGB (Red+Green+Blue) = 96+37+45=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60252D is #9FDAD2. Grayscale: #373737. Windows color (decimal): -10476243 or 2958688. OLE color: 2958688.
HSL color Cylindrical-coordinate representation of color #60252D: hue angle of 351.86º 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 #60252D is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 45 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.62 |
| HSL | 351.86º | 0.44% | 0.26% | - |
| HSV(B) | 351.86º | 0.61% | 0.38% | - |
| XYZ | 5.96 | 4 | 2.94 | - |
| YUV | 55.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 45 | 0 | 0.61 | 0.53 | 0.62 | 351.86 | 0.44 | 0.26 |
| Hex | 60 | 25 | 2D | 0 | 3D | 35 | 3E | 160 | 2C | 1A |
| Octal | 140 | 45 | 55 | 0 | 75 | 65 | 76 | 540 | 54 | 32 |
| Binary | 1100000 | 100101 | 101101 | 0 | 111101 | 110101 | 111110 | 101100000 | 101100 | 11010 |
Color Harmonies of #60252D
Complementary color
Monochromatic Colors of #60252D
Black with #60252D
Text Example
Text Example
White with #60252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60252D; }
p { color: rgb(96,37,45); }
H1.HeaderClassName
{
color: #60252D;
}
.AnyTagClassName
{
color: #60252D;
}
</style>
background-color css
<style>
a { background-color: #60252D; }
a { background-color: rgb(96,37,45); }
div.DivClassName
{
background-color: #60252D;
}
.BgClassName
{
background-color: #60252D;
}
</style>
border-color css
<style>
span { border-color: #60252D; }
span { border-color: rgb(96,37,45); }
td.TdClassName
{
border-color: #60252D;
}
.TagClassName
{
border-color: #60252D;
}
</style>