Shades of Jazz #60272E
Tints of Jazz #60272E
RGB
CMYK
RGB Variations
Color information
#60272E (or 0x60272E) is known color: Jazz. HEX triplet: 60, 27 and 2E. RGB value is (96,39,46). Sum of RGB (Red+Green+Blue) = 96+39+46=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60272E is #9FD8D1. Grayscale: #383838. Windows color (decimal): -10475730 or 3024736. OLE color: 3024736.
HSL color Cylindrical-coordinate representation of color #60272E: hue angle of 352.63º 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 #60272E is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 46 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.62 |
| HSL | 352.63º | 0.42% | 0.26% | - |
| HSV(B) | 352.63º | 0.59% | 0.38% | - |
| XYZ | 6.04 | 4.14 | 3.06 | - |
| YUV | 56.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 46 | 0 | 0.59 | 0.52 | 0.62 | 352.63 | 0.42 | 0.26 |
| Hex | 60 | 27 | 2E | 0 | 3B | 34 | 3E | 161 | 2A | 1A |
| Octal | 140 | 47 | 56 | 0 | 73 | 64 | 76 | 541 | 52 | 32 |
| Binary | 1100000 | 100111 | 101110 | 0 | 111011 | 110100 | 111110 | 101100001 | 101010 | 11010 |
Color Harmonies of #60272E
Complementary color
Monochromatic Colors of #60272E
Black with #60272E
Text Example
Text Example
White with #60272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60272E; }
p { color: rgb(96,39,46); }
H1.HeaderClassName
{
color: #60272E;
}
.AnyTagClassName
{
color: #60272E;
}
</style>
background-color css
<style>
a { background-color: #60272E; }
a { background-color: rgb(96,39,46); }
div.DivClassName
{
background-color: #60272E;
}
.BgClassName
{
background-color: #60272E;
}
</style>
border-color css
<style>
span { border-color: #60272E; }
span { border-color: rgb(96,39,46); }
td.TdClassName
{
border-color: #60272E;
}
.TagClassName
{
border-color: #60272E;
}
</style>