Shades of Jazz #60252A
Tints of Jazz #60252A
RGB
CMYK
RGB Variations
Color information
#60252A (or 0x60252A) is known color: Jazz. HEX triplet: 60, 25 and 2A. RGB value is (96,37,42). Sum of RGB (Red+Green+Blue) = 96+37+42=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60252A is #9FDAD5. Grayscale: #373737. Windows color (decimal): -10476246 or 2762080. OLE color: 2762080.
HSL color Cylindrical-coordinate representation of color #60252A: hue angle of 354.92º 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 #60252A is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 42 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.62 |
| HSL | 354.92º | 0.44% | 0.26% | - |
| HSV(B) | 354.92º | 0.61% | 0.38% | - |
| XYZ | 5.9 | 3.98 | 2.65 | - |
| YUV | 55.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 42 | 0 | 0.61 | 0.56 | 0.62 | 354.92 | 0.44 | 0.26 |
| Hex | 60 | 25 | 2A | 0 | 3D | 38 | 3E | 163 | 2C | 1A |
| Octal | 140 | 45 | 52 | 0 | 75 | 70 | 76 | 543 | 54 | 32 |
| Binary | 1100000 | 100101 | 101010 | 0 | 111101 | 111000 | 111110 | 101100011 | 101100 | 11010 |
Color Harmonies of #60252A
Complementary color
Monochromatic Colors of #60252A
Black with #60252A
Text Example
Text Example
White with #60252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60252A; }
p { color: rgb(96,37,42); }
H1.HeaderClassName
{
color: #60252A;
}
.AnyTagClassName
{
color: #60252A;
}
</style>
background-color css
<style>
a { background-color: #60252A; }
a { background-color: rgb(96,37,42); }
div.DivClassName
{
background-color: #60252A;
}
.BgClassName
{
background-color: #60252A;
}
</style>
border-color css
<style>
span { border-color: #60252A; }
span { border-color: rgb(96,37,42); }
td.TdClassName
{
border-color: #60252A;
}
.TagClassName
{
border-color: #60252A;
}
</style>