Shades of Jazz #62383A
Tints of Jazz #62383A
RGB
CMYK
RGB Variations
Color information
#62383A (or 0x62383A) is known color: Jazz. HEX triplet: 62, 38 and 3A. RGB value is (98,56,58). Sum of RGB (Red+Green+Blue) = 98+56+58=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62383A is #9DC7C5. Grayscale: #444444. Windows color (decimal): -10340294 or 3815522. OLE color: 3815522.
HSL color Cylindrical-coordinate representation of color #62383A: hue angle of 357.14º 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 #62383A is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 58 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.62 |
| HSL | 357.14º | 0.27% | 0.3% | - |
| HSV(B) | 357.14º | 0.43% | 0.38% | - |
| XYZ | 7.21 | 5.73 | 4.73 | - |
| YUV | 68.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 58 | 0 | 0.43 | 0.41 | 0.62 | 357.14 | 0.27 | 0.3 |
| Hex | 62 | 38 | 3A | 0 | 2B | 29 | 3E | 165 | 1B | 1E |
| Octal | 142 | 70 | 72 | 0 | 53 | 51 | 76 | 545 | 33 | 36 |
| Binary | 1100010 | 111000 | 111010 | 0 | 101011 | 101001 | 111110 | 101100101 | 11011 | 11110 |
Color Harmonies of #62383A
Complementary color
Monochromatic Colors of #62383A
Black with #62383A
Text Example
Text Example
White with #62383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62383A; }
p { color: rgb(98,56,58); }
H1.HeaderClassName
{
color: #62383A;
}
.AnyTagClassName
{
color: #62383A;
}
</style>
background-color css
<style>
a { background-color: #62383A; }
a { background-color: rgb(98,56,58); }
div.DivClassName
{
background-color: #62383A;
}
.BgClassName
{
background-color: #62383A;
}
</style>
border-color css
<style>
span { border-color: #62383A; }
span { border-color: rgb(98,56,58); }
td.TdClassName
{
border-color: #62383A;
}
.TagClassName
{
border-color: #62383A;
}
</style>