Shades of Jazz #62363B
Tints of Jazz #62363B
RGB
CMYK
RGB Variations
Color information
#62363B (or 0x62363B) is known color: Jazz. HEX triplet: 62, 36 and 3B. RGB value is (98,54,59). Sum of RGB (Red+Green+Blue) = 98+54+59=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62363B is #9DC9C4. Grayscale: #434343. Windows color (decimal): -10340805 or 3880546. OLE color: 3880546.
HSL color Cylindrical-coordinate representation of color #62363B: hue angle of 353.18º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62363B is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 54 | 59 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.62 |
| HSL | 353.18º | 0.29% | 0.3% | - |
| HSV(B) | 353.18º | 0.45% | 0.38% | - |
| XYZ | 7.15 | 5.55 | 4.83 | - |
| YUV | 67.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 59 | 0 | 0.45 | 0.40 | 0.62 | 353.18 | 0.29 | 0.3 |
| Hex | 62 | 36 | 3B | 0 | 2D | 28 | 3E | 161 | 1D | 1E |
| Octal | 142 | 66 | 73 | 0 | 55 | 50 | 76 | 541 | 35 | 36 |
| Binary | 1100010 | 110110 | 111011 | 0 | 101101 | 101000 | 111110 | 101100001 | 11101 | 11110 |
Color Harmonies of #62363B
Complementary color
Monochromatic Colors of #62363B
Black with #62363B
Text Example
Text Example
White with #62363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62363B; }
p { color: rgb(98,54,59); }
H1.HeaderClassName
{
color: #62363B;
}
.AnyTagClassName
{
color: #62363B;
}
</style>
background-color css
<style>
a { background-color: #62363B; }
a { background-color: rgb(98,54,59); }
div.DivClassName
{
background-color: #62363B;
}
.BgClassName
{
background-color: #62363B;
}
</style>
border-color css
<style>
span { border-color: #62363B; }
span { border-color: rgb(98,54,59); }
td.TdClassName
{
border-color: #62363B;
}
.TagClassName
{
border-color: #62363B;
}
</style>