Shades of Jazz #603A3B
Tints of Jazz #603A3B
RGB
CMYK
RGB Variations
Color information
#603A3B (or 0x603A3B) is known color: Jazz. HEX triplet: 60, 3A and 3B. RGB value is (96,58,59). Sum of RGB (Red+Green+Blue) = 96+58+59=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #603A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A3B is #9FC5C4. Grayscale: #454545. Windows color (decimal): -10470853 or 3881568. OLE color: 3881568.
HSL color Cylindrical-coordinate representation of color #603A3B: hue angle of 358.42º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A3B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 59 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.62 |
| HSL | 358.42º | 0.25% | 0.3% | - |
| HSV(B) | 358.42º | 0.4% | 0.38% | - |
| XYZ | 7.13 | 5.83 | 4.89 | - |
| YUV | 69.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 59 | 0 | 0.40 | 0.39 | 0.62 | 358.42 | 0.25 | 0.3 |
| Hex | 60 | 3A | 3B | 0 | 28 | 27 | 3E | 166 | 19 | 1E |
| Octal | 140 | 72 | 73 | 0 | 50 | 47 | 76 | 546 | 31 | 36 |
| Binary | 1100000 | 111010 | 111011 | 0 | 101000 | 100111 | 111110 | 101100110 | 11001 | 11110 |
Color Harmonies of #603A3B
Complementary color
Monochromatic Colors of #603A3B
Black with #603A3B
Text Example
Text Example
White with #603A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A3B; }
p { color: rgb(96,58,59); }
H1.HeaderClassName
{
color: #603A3B;
}
.AnyTagClassName
{
color: #603A3B;
}
</style>
background-color css
<style>
a { background-color: #603A3B; }
a { background-color: rgb(96,58,59); }
div.DivClassName
{
background-color: #603A3B;
}
.BgClassName
{
background-color: #603A3B;
}
</style>
border-color css
<style>
span { border-color: #603A3B; }
span { border-color: rgb(96,58,59); }
td.TdClassName
{
border-color: #603A3B;
}
.TagClassName
{
border-color: #603A3B;
}
</style>