Shades of Jazz #62353A
Tints of Jazz #62353A
RGB
CMYK
RGB Variations
Color information
#62353A (or 0x62353A) is known color: Jazz. HEX triplet: 62, 35 and 3A. RGB value is (98,53,58). Sum of RGB (Red+Green+Blue) = 98+53+58=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62353A is #9DCAC5. Grayscale: #434343. Windows color (decimal): -10341062 or 3814754. OLE color: 3814754.
HSL color Cylindrical-coordinate representation of color #62353A: hue angle of 353.33º 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 #62353A is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 58 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.62 |
| HSL | 353.33º | 0.3% | 0.3% | - |
| HSV(B) | 353.33º | 0.46% | 0.38% | - |
| XYZ | 7.07 | 5.45 | 4.68 | - |
| YUV | 67.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 58 | 0 | 0.46 | 0.41 | 0.62 | 353.33 | 0.3 | 0.3 |
| Hex | 62 | 35 | 3A | 0 | 2E | 29 | 3E | 161 | 1E | 1E |
| Octal | 142 | 65 | 72 | 0 | 56 | 51 | 76 | 541 | 36 | 36 |
| Binary | 1100010 | 110101 | 111010 | 0 | 101110 | 101001 | 111110 | 101100001 | 11110 | 11110 |
Color Harmonies of #62353A
Complementary color
Monochromatic Colors of #62353A
Black with #62353A
Text Example
Text Example
White with #62353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62353A; }
p { color: rgb(98,53,58); }
H1.HeaderClassName
{
color: #62353A;
}
.AnyTagClassName
{
color: #62353A;
}
</style>
background-color css
<style>
a { background-color: #62353A; }
a { background-color: rgb(98,53,58); }
div.DivClassName
{
background-color: #62353A;
}
.BgClassName
{
background-color: #62353A;
}
</style>
border-color css
<style>
span { border-color: #62353A; }
span { border-color: rgb(98,53,58); }
td.TdClassName
{
border-color: #62353A;
}
.TagClassName
{
border-color: #62353A;
}
</style>