Shades of Jazz #602A2B
Tints of Jazz #602A2B
RGB
CMYK
RGB Variations
Color information
#602A2B (or 0x602A2B) is known color: Jazz. HEX triplet: 60, 2A and 2B. RGB value is (96,42,43). Sum of RGB (Red+Green+Blue) = 96+42+43=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A2B is #9FD5D4. Grayscale: #3A3A3A. Windows color (decimal): -10474965 or 2828896. OLE color: 2828896.
HSL color Cylindrical-coordinate representation of color #602A2B: hue angle of 358.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602A2B is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 43 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.62 |
| HSL | 358.89º | 0.39% | 0.27% | - |
| HSV(B) | 358.89º | 0.56% | 0.38% | - |
| XYZ | 6.09 | 4.32 | 2.8 | - |
| YUV | 58.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 43 | 0 | 0.56 | 0.55 | 0.62 | 358.89 | 0.39 | 0.27 |
| Hex | 60 | 2A | 2B | 0 | 38 | 37 | 3E | 167 | 27 | 1B |
| Octal | 140 | 52 | 53 | 0 | 70 | 67 | 76 | 547 | 47 | 33 |
| Binary | 1100000 | 101010 | 101011 | 0 | 111000 | 110111 | 111110 | 101100111 | 100111 | 11011 |
Color Harmonies of #602A2B
Complementary color
Monochromatic Colors of #602A2B
Black with #602A2B
Text Example
Text Example
White with #602A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A2B; }
p { color: rgb(96,42,43); }
H1.HeaderClassName
{
color: #602A2B;
}
.AnyTagClassName
{
color: #602A2B;
}
</style>
background-color css
<style>
a { background-color: #602A2B; }
a { background-color: rgb(96,42,43); }
div.DivClassName
{
background-color: #602A2B;
}
.BgClassName
{
background-color: #602A2B;
}
</style>
border-color css
<style>
span { border-color: #602A2B; }
span { border-color: rgb(96,42,43); }
td.TdClassName
{
border-color: #602A2B;
}
.TagClassName
{
border-color: #602A2B;
}
</style>