Shades of Jazz #60252E
Tints of Jazz #60252E
RGB
CMYK
RGB Variations
Color information
#60252E (or 0x60252E) is known color: Jazz. HEX triplet: 60, 25 and 2E. RGB value is (96,37,46). Sum of RGB (Red+Green+Blue) = 96+37+46=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60252E is #9FDAD1. Grayscale: #373737. Windows color (decimal): -10476242 or 3024224. OLE color: 3024224.
HSL color Cylindrical-coordinate representation of color #60252E: hue angle of 350.85º 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 #60252E is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 46 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.62 |
| HSL | 350.85º | 0.44% | 0.26% | - |
| HSV(B) | 350.85º | 0.61% | 0.38% | - |
| XYZ | 5.98 | 4.01 | 3.04 | - |
| YUV | 55.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 46 | 0 | 0.61 | 0.52 | 0.62 | 350.85 | 0.44 | 0.26 |
| Hex | 60 | 25 | 2E | 0 | 3D | 34 | 3E | 15F | 2C | 1A |
| Octal | 140 | 45 | 56 | 0 | 75 | 64 | 76 | 537 | 54 | 32 |
| Binary | 1100000 | 100101 | 101110 | 0 | 111101 | 110100 | 111110 | 101011111 | 101100 | 11010 |
Color Harmonies of #60252E
Complementary color
Monochromatic Colors of #60252E
Black with #60252E
Text Example
Text Example
White with #60252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60252E; }
p { color: rgb(96,37,46); }
H1.HeaderClassName
{
color: #60252E;
}
.AnyTagClassName
{
color: #60252E;
}
</style>
background-color css
<style>
a { background-color: #60252E; }
a { background-color: rgb(96,37,46); }
div.DivClassName
{
background-color: #60252E;
}
.BgClassName
{
background-color: #60252E;
}
</style>
border-color css
<style>
span { border-color: #60252E; }
span { border-color: rgb(96,37,46); }
td.TdClassName
{
border-color: #60252E;
}
.TagClassName
{
border-color: #60252E;
}
</style>