Shades of Jazz #62262D
Tints of Jazz #62262D
RGB
CMYK
RGB Variations
Color information
#62262D (or 0x62262D) is known color: Jazz. HEX triplet: 62, 26 and 2D. RGB value is (98,38,45). Sum of RGB (Red+Green+Blue) = 98+38+45=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62262D is #9DD9D2. Grayscale: #383838. Windows color (decimal): -10344915 or 2958946. OLE color: 2958946.
HSL color Cylindrical-coordinate representation of color #62262D: hue angle of 353º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62262D is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 38 | 45 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.62 |
| HSL | 353º | 0.44% | 0.27% | - |
| HSV(B) | 353º | 0.61% | 0.38% | - |
| XYZ | 6.2 | 4.17 | 2.96 | - |
| YUV | 56.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 45 | 0 | 0.61 | 0.54 | 0.62 | 353 | 0.44 | 0.27 |
| Hex | 62 | 26 | 2D | 0 | 3D | 36 | 3E | 161 | 2C | 1B |
| Octal | 142 | 46 | 55 | 0 | 75 | 66 | 76 | 541 | 54 | 33 |
| Binary | 1100010 | 100110 | 101101 | 0 | 111101 | 110110 | 111110 | 101100001 | 101100 | 11011 |
Color Harmonies of #62262D
Complementary color
Monochromatic Colors of #62262D
Black with #62262D
Text Example
Text Example
White with #62262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62262D; }
p { color: rgb(98,38,45); }
H1.HeaderClassName
{
color: #62262D;
}
.AnyTagClassName
{
color: #62262D;
}
</style>
background-color css
<style>
a { background-color: #62262D; }
a { background-color: rgb(98,38,45); }
div.DivClassName
{
background-color: #62262D;
}
.BgClassName
{
background-color: #62262D;
}
</style>
border-color css
<style>
span { border-color: #62262D; }
span { border-color: rgb(98,38,45); }
td.TdClassName
{
border-color: #62262D;
}
.TagClassName
{
border-color: #62262D;
}
</style>