Shades of Jazz #60282C
Tints of Jazz #60282C
RGB
CMYK
RGB Variations
Color information
#60282C (or 0x60282C) is known color: Jazz. HEX triplet: 60, 28 and 2C. RGB value is (96,40,44). Sum of RGB (Red+Green+Blue) = 96+40+44=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60282C is #9FD7D3. Grayscale: #393939. Windows color (decimal): -10475476 or 2893920. OLE color: 2893920.
HSL color Cylindrical-coordinate representation of color #60282C: hue angle of 355.71º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60282C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 44 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.62 |
| HSL | 355.71º | 0.41% | 0.27% | - |
| HSV(B) | 355.71º | 0.58% | 0.38% | - |
| XYZ | 6.04 | 4.19 | 2.87 | - |
| YUV | 57.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 44 | 0 | 0.58 | 0.54 | 0.62 | 355.71 | 0.41 | 0.27 |
| Hex | 60 | 28 | 2C | 0 | 3A | 36 | 3E | 164 | 29 | 1B |
| Octal | 140 | 50 | 54 | 0 | 72 | 66 | 76 | 544 | 51 | 33 |
| Binary | 1100000 | 101000 | 101100 | 0 | 111010 | 110110 | 111110 | 101100100 | 101001 | 11011 |
Color Harmonies of #60282C
Complementary color
Monochromatic Colors of #60282C
Black with #60282C
Text Example
Text Example
White with #60282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60282C; }
p { color: rgb(96,40,44); }
H1.HeaderClassName
{
color: #60282C;
}
.AnyTagClassName
{
color: #60282C;
}
</style>
background-color css
<style>
a { background-color: #60282C; }
a { background-color: rgb(96,40,44); }
div.DivClassName
{
background-color: #60282C;
}
.BgClassName
{
background-color: #60282C;
}
</style>
border-color css
<style>
span { border-color: #60282C; }
span { border-color: rgb(96,40,44); }
td.TdClassName
{
border-color: #60282C;
}
.TagClassName
{
border-color: #60282C;
}
</style>