Shades of Jazz #62363A
Tints of Jazz #62363A
RGB
CMYK
RGB Variations
Color information
#62363A (or 0x62363A) is known color: Jazz. HEX triplet: 62, 36 and 3A. RGB value is (98,54,58). Sum of RGB (Red+Green+Blue) = 98+54+58=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62363A is #9DC9C5. Grayscale: #434343. Windows color (decimal): -10340806 or 3815010. OLE color: 3815010.
HSL color Cylindrical-coordinate representation of color #62363A: hue angle of 354.55º 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 #62363A is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 54 | 58 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.62 |
| HSL | 354.55º | 0.29% | 0.3% | - |
| HSV(B) | 354.55º | 0.45% | 0.38% | - |
| XYZ | 7.12 | 5.54 | 4.7 | - |
| YUV | 67.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 58 | 0 | 0.45 | 0.41 | 0.62 | 354.55 | 0.29 | 0.3 |
| Hex | 62 | 36 | 3A | 0 | 2D | 29 | 3E | 163 | 1D | 1E |
| Octal | 142 | 66 | 72 | 0 | 55 | 51 | 76 | 543 | 35 | 36 |
| Binary | 1100010 | 110110 | 111010 | 0 | 101101 | 101001 | 111110 | 101100011 | 11101 | 11110 |
Color Harmonies of #62363A
Complementary color
Monochromatic Colors of #62363A
Black with #62363A
Text Example
Text Example
White with #62363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62363A; }
p { color: rgb(98,54,58); }
H1.HeaderClassName
{
color: #62363A;
}
.AnyTagClassName
{
color: #62363A;
}
</style>
background-color css
<style>
a { background-color: #62363A; }
a { background-color: rgb(98,54,58); }
div.DivClassName
{
background-color: #62363A;
}
.BgClassName
{
background-color: #62363A;
}
</style>
border-color css
<style>
span { border-color: #62363A; }
span { border-color: rgb(98,54,58); }
td.TdClassName
{
border-color: #62363A;
}
.TagClassName
{
border-color: #62363A;
}
</style>