Shades of Jazz #62383B
Tints of Jazz #62383B
RGB
CMYK
RGB Variations
Color information
#62383B (or 0x62383B) is known color: Jazz. HEX triplet: 62, 38 and 3B. RGB value is (98,56,59). Sum of RGB (Red+Green+Blue) = 98+56+59=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62383B is #9DC7C4. Grayscale: #444444. Windows color (decimal): -10340293 or 3881058. OLE color: 3881058.
HSL color Cylindrical-coordinate representation of color #62383B: hue angle of 355.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62383B is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 59 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.62 |
| HSL | 355.71º | 0.27% | 0.3% | - |
| HSV(B) | 355.71º | 0.43% | 0.38% | - |
| XYZ | 7.24 | 5.74 | 4.86 | - |
| YUV | 68.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 59 | 0 | 0.43 | 0.40 | 0.62 | 355.71 | 0.27 | 0.3 |
| Hex | 62 | 38 | 3B | 0 | 2B | 28 | 3E | 164 | 1B | 1E |
| Octal | 142 | 70 | 73 | 0 | 53 | 50 | 76 | 544 | 33 | 36 |
| Binary | 1100010 | 111000 | 111011 | 0 | 101011 | 101000 | 111110 | 101100100 | 11011 | 11110 |
Color Harmonies of #62383B
Complementary color
Monochromatic Colors of #62383B
Black with #62383B
Text Example
Text Example
White with #62383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62383B; }
p { color: rgb(98,56,59); }
H1.HeaderClassName
{
color: #62383B;
}
.AnyTagClassName
{
color: #62383B;
}
</style>
background-color css
<style>
a { background-color: #62383B; }
a { background-color: rgb(98,56,59); }
div.DivClassName
{
background-color: #62383B;
}
.BgClassName
{
background-color: #62383B;
}
</style>
border-color css
<style>
span { border-color: #62383B; }
span { border-color: rgb(98,56,59); }
td.TdClassName
{
border-color: #62383B;
}
.TagClassName
{
border-color: #62383B;
}
</style>