Shades of Jazz #60272B
Tints of Jazz #60272B
RGB
CMYK
RGB Variations
Color information
#60272B (or 0x60272B) is known color: Jazz. HEX triplet: 60, 27 and 2B. RGB value is (96,39,43). Sum of RGB (Red+Green+Blue) = 96+39+43=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60272B is #9FD8D4. Grayscale: #383838. Windows color (decimal): -10475733 or 2828128. OLE color: 2828128.
HSL color Cylindrical-coordinate representation of color #60272B: hue angle of 355.79º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60272B is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 43 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.62 |
| HSL | 355.79º | 0.42% | 0.26% | - |
| HSV(B) | 355.79º | 0.59% | 0.38% | - |
| XYZ | 5.99 | 4.11 | 2.76 | - |
| YUV | 56.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 43 | 0 | 0.59 | 0.55 | 0.62 | 355.79 | 0.42 | 0.26 |
| Hex | 60 | 27 | 2B | 0 | 3B | 37 | 3E | 164 | 2A | 1A |
| Octal | 140 | 47 | 53 | 0 | 73 | 67 | 76 | 544 | 52 | 32 |
| Binary | 1100000 | 100111 | 101011 | 0 | 111011 | 110111 | 111110 | 101100100 | 101010 | 11010 |
Color Harmonies of #60272B
Complementary color
Monochromatic Colors of #60272B
Black with #60272B
Text Example
Text Example
White with #60272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60272B; }
p { color: rgb(96,39,43); }
H1.HeaderClassName
{
color: #60272B;
}
.AnyTagClassName
{
color: #60272B;
}
</style>
background-color css
<style>
a { background-color: #60272B; }
a { background-color: rgb(96,39,43); }
div.DivClassName
{
background-color: #60272B;
}
.BgClassName
{
background-color: #60272B;
}
</style>
border-color css
<style>
span { border-color: #60272B; }
span { border-color: rgb(96,39,43); }
td.TdClassName
{
border-color: #60272B;
}
.TagClassName
{
border-color: #60272B;
}
</style>