Shades of Jazz #60262F
Tints of Jazz #60262F
RGB
CMYK
RGB Variations
Color information
#60262F (or 0x60262F) is known color: Jazz. HEX triplet: 60, 26 and 2F. RGB value is (96,38,47). Sum of RGB (Red+Green+Blue) = 96+38+47=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60262F is #9FD9D0. Grayscale: #383838. Windows color (decimal): -10475985 or 3090016. OLE color: 3090016.
HSL color Cylindrical-coordinate representation of color #60262F: hue angle of 350.69º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60262F is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 38 | 47 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.62 |
| HSL | 350.69º | 0.43% | 0.26% | - |
| HSV(B) | 350.69º | 0.6% | 0.38% | - |
| XYZ | 6.03 | 4.08 | 3.16 | - |
| YUV | 56.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 47 | 0 | 0.60 | 0.51 | 0.62 | 350.69 | 0.43 | 0.26 |
| Hex | 60 | 26 | 2F | 0 | 3C | 33 | 3E | 15F | 2B | 1A |
| Octal | 140 | 46 | 57 | 0 | 74 | 63 | 76 | 537 | 53 | 32 |
| Binary | 1100000 | 100110 | 101111 | 0 | 111100 | 110011 | 111110 | 101011111 | 101011 | 11010 |
Color Harmonies of #60262F
Complementary color
Monochromatic Colors of #60262F
Black with #60262F
Text Example
Text Example
White with #60262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60262F; }
p { color: rgb(96,38,47); }
H1.HeaderClassName
{
color: #60262F;
}
.AnyTagClassName
{
color: #60262F;
}
</style>
background-color css
<style>
a { background-color: #60262F; }
a { background-color: rgb(96,38,47); }
div.DivClassName
{
background-color: #60262F;
}
.BgClassName
{
background-color: #60262F;
}
</style>
border-color css
<style>
span { border-color: #60262F; }
span { border-color: rgb(96,38,47); }
td.TdClassName
{
border-color: #60262F;
}
.TagClassName
{
border-color: #60262F;
}
</style>