Shades of Jazz #62353B
Tints of Jazz #62353B
RGB
CMYK
RGB Variations
Color information
#62353B (or 0x62353B) is known color: Jazz. HEX triplet: 62, 35 and 3B. RGB value is (98,53,59). Sum of RGB (Red+Green+Blue) = 98+53+59=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62353B is #9DCAC4. Grayscale: #434343. Windows color (decimal): -10341061 or 3880290. OLE color: 3880290.
HSL color Cylindrical-coordinate representation of color #62353B: hue angle of 352º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62353B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 59 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.62 |
| HSL | 352º | 0.3% | 0.3% | - |
| HSV(B) | 352º | 0.46% | 0.38% | - |
| XYZ | 7.1 | 5.46 | 4.82 | - |
| YUV | 67.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 59 | 0 | 0.46 | 0.40 | 0.62 | 352 | 0.3 | 0.3 |
| Hex | 62 | 35 | 3B | 0 | 2E | 28 | 3E | 160 | 1E | 1E |
| Octal | 142 | 65 | 73 | 0 | 56 | 50 | 76 | 540 | 36 | 36 |
| Binary | 1100010 | 110101 | 111011 | 0 | 101110 | 101000 | 111110 | 101100000 | 11110 | 11110 |
Color Harmonies of #62353B
Complementary color
Monochromatic Colors of #62353B
Black with #62353B
Text Example
Text Example
White with #62353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62353B; }
p { color: rgb(98,53,59); }
H1.HeaderClassName
{
color: #62353B;
}
.AnyTagClassName
{
color: #62353B;
}
</style>
background-color css
<style>
a { background-color: #62353B; }
a { background-color: rgb(98,53,59); }
div.DivClassName
{
background-color: #62353B;
}
.BgClassName
{
background-color: #62353B;
}
</style>
border-color css
<style>
span { border-color: #62353B; }
span { border-color: rgb(98,53,59); }
td.TdClassName
{
border-color: #62353B;
}
.TagClassName
{
border-color: #62353B;
}
</style>