Shades of Jazz #603132
Tints of Jazz #603132
RGB
CMYK
RGB Variations
Color information
#603132 (or 0x603132) is known color: Jazz. HEX triplet: 60, 31 and 32. RGB value is (96,49,50). Sum of RGB (Red+Green+Blue) = 96+49+50=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #603132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603132 is #9FCECD. Grayscale: #3F3F3F. Windows color (decimal): -10473166 or 3289440. OLE color: 3289440.
HSL color Cylindrical-coordinate representation of color #603132: hue angle of 358.72º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603132 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 50 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.62 |
| HSL | 358.72º | 0.32% | 0.28% | - |
| HSV(B) | 358.72º | 0.49% | 0.38% | - |
| XYZ | 6.5 | 4.91 | 3.62 | - |
| YUV | 63.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 50 | 0 | 0.49 | 0.48 | 0.62 | 358.72 | 0.32 | 0.28 |
| Hex | 60 | 31 | 32 | 0 | 31 | 30 | 3E | 167 | 20 | 1C |
| Octal | 140 | 61 | 62 | 0 | 61 | 60 | 76 | 547 | 40 | 34 |
| Binary | 1100000 | 110001 | 110010 | 0 | 110001 | 110000 | 111110 | 101100111 | 100000 | 11100 |
Color Harmonies of #603132
Complementary color
Monochromatic Colors of #603132
Black with #603132
Text Example
Text Example
White with #603132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603132; }
p { color: rgb(96,49,50); }
H1.HeaderClassName
{
color: #603132;
}
.AnyTagClassName
{
color: #603132;
}
</style>
background-color css
<style>
a { background-color: #603132; }
a { background-color: rgb(96,49,50); }
div.DivClassName
{
background-color: #603132;
}
.BgClassName
{
background-color: #603132;
}
</style>
border-color css
<style>
span { border-color: #603132; }
span { border-color: rgb(96,49,50); }
td.TdClassName
{
border-color: #603132;
}
.TagClassName
{
border-color: #603132;
}
</style>