Shades of Jazz #62292D
Tints of Jazz #62292D
RGB
CMYK
RGB Variations
Color information
#62292D (or 0x62292D) is known color: Jazz. HEX triplet: 62, 29 and 2D. RGB value is (98,41,45). Sum of RGB (Red+Green+Blue) = 98+41+45=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #62292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62292D is #9DD6D2. Grayscale: #3A3A3A. Windows color (decimal): -10344147 or 2959714. OLE color: 2959714.
HSL color Cylindrical-coordinate representation of color #62292D: hue angle of 355.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62292D is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 41 | 45 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.62 |
| HSL | 355.79º | 0.41% | 0.27% | - |
| HSV(B) | 355.79º | 0.58% | 0.38% | - |
| XYZ | 6.3 | 4.37 | 2.99 | - |
| YUV | 58.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 45 | 0 | 0.58 | 0.54 | 0.62 | 355.79 | 0.41 | 0.27 |
| Hex | 62 | 29 | 2D | 0 | 3A | 36 | 3E | 164 | 29 | 1B |
| Octal | 142 | 51 | 55 | 0 | 72 | 66 | 76 | 544 | 51 | 33 |
| Binary | 1100010 | 101001 | 101101 | 0 | 111010 | 110110 | 111110 | 101100100 | 101001 | 11011 |
Color Harmonies of #62292D
Complementary color
Monochromatic Colors of #62292D
Black with #62292D
Text Example
Text Example
White with #62292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62292D; }
p { color: rgb(98,41,45); }
H1.HeaderClassName
{
color: #62292D;
}
.AnyTagClassName
{
color: #62292D;
}
</style>
background-color css
<style>
a { background-color: #62292D; }
a { background-color: rgb(98,41,45); }
div.DivClassName
{
background-color: #62292D;
}
.BgClassName
{
background-color: #62292D;
}
</style>
border-color css
<style>
span { border-color: #62292D; }
span { border-color: rgb(98,41,45); }
td.TdClassName
{
border-color: #62292D;
}
.TagClassName
{
border-color: #62292D;
}
</style>