Shades of Jazz #60272D
Tints of Jazz #60272D
RGB
CMYK
RGB Variations
Color information
#60272D (or 0x60272D) is known color: Jazz. HEX triplet: 60, 27 and 2D. RGB value is (96,39,45). Sum of RGB (Red+Green+Blue) = 96+39+45=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60272D is #9FD8D2. Grayscale: #383838. Windows color (decimal): -10475731 or 2959200. OLE color: 2959200.
HSL color Cylindrical-coordinate representation of color #60272D: hue angle of 353.68º 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 #60272D is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 45 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.62 |
| HSL | 353.68º | 0.42% | 0.26% | - |
| HSV(B) | 353.68º | 0.59% | 0.38% | - |
| XYZ | 6.02 | 4.13 | 2.96 | - |
| YUV | 56.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 45 | 0 | 0.59 | 0.53 | 0.62 | 353.68 | 0.42 | 0.26 |
| Hex | 60 | 27 | 2D | 0 | 3B | 35 | 3E | 162 | 2A | 1A |
| Octal | 140 | 47 | 55 | 0 | 73 | 65 | 76 | 542 | 52 | 32 |
| Binary | 1100000 | 100111 | 101101 | 0 | 111011 | 110101 | 111110 | 101100010 | 101010 | 11010 |
Color Harmonies of #60272D
Complementary color
Monochromatic Colors of #60272D
Black with #60272D
Text Example
Text Example
White with #60272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60272D; }
p { color: rgb(96,39,45); }
H1.HeaderClassName
{
color: #60272D;
}
.AnyTagClassName
{
color: #60272D;
}
</style>
background-color css
<style>
a { background-color: #60272D; }
a { background-color: rgb(96,39,45); }
div.DivClassName
{
background-color: #60272D;
}
.BgClassName
{
background-color: #60272D;
}
</style>
border-color css
<style>
span { border-color: #60272D; }
span { border-color: rgb(96,39,45); }
td.TdClassName
{
border-color: #60272D;
}
.TagClassName
{
border-color: #60272D;
}
</style>