Shades of Jazz #62262F
Tints of Jazz #62262F
RGB
CMYK
RGB Variations
Color information
#62262F (or 0x62262F) is known color: Jazz. HEX triplet: 62, 26 and 2F. RGB value is (98,38,47). Sum of RGB (Red+Green+Blue) = 98+38+47=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62262F is #9DD9D0. Grayscale: #383838. Windows color (decimal): -10344913 or 3090018. OLE color: 3090018.
HSL color Cylindrical-coordinate representation of color #62262F: hue angle of 351º 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 #62262F is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 38 | 47 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.62 |
| HSL | 351º | 0.44% | 0.27% | - |
| HSV(B) | 351º | 0.61% | 0.38% | - |
| XYZ | 6.24 | 4.19 | 3.17 | - |
| YUV | 56.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 47 | 0 | 0.61 | 0.52 | 0.62 | 351 | 0.44 | 0.27 |
| Hex | 62 | 26 | 2F | 0 | 3D | 34 | 3E | 15F | 2C | 1B |
| Octal | 142 | 46 | 57 | 0 | 75 | 64 | 76 | 537 | 54 | 33 |
| Binary | 1100010 | 100110 | 101111 | 0 | 111101 | 110100 | 111110 | 101011111 | 101100 | 11011 |
Color Harmonies of #62262F
Complementary color
Monochromatic Colors of #62262F
Black with #62262F
Text Example
Text Example
White with #62262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62262F; }
p { color: rgb(98,38,47); }
H1.HeaderClassName
{
color: #62262F;
}
.AnyTagClassName
{
color: #62262F;
}
</style>
background-color css
<style>
a { background-color: #62262F; }
a { background-color: rgb(98,38,47); }
div.DivClassName
{
background-color: #62262F;
}
.BgClassName
{
background-color: #62262F;
}
</style>
border-color css
<style>
span { border-color: #62262F; }
span { border-color: rgb(98,38,47); }
td.TdClassName
{
border-color: #62262F;
}
.TagClassName
{
border-color: #62262F;
}
</style>