Shades of Jazz #62272E
Tints of Jazz #62272E
RGB
CMYK
RGB Variations
Color information
#62272E (or 0x62272E) is known color: Jazz. HEX triplet: 62, 27 and 2E. RGB value is (98,39,46). Sum of RGB (Red+Green+Blue) = 98+39+46=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62272E is #9DD8D1. Grayscale: #393939. Windows color (decimal): -10344658 or 3024738. OLE color: 3024738.
HSL color Cylindrical-coordinate representation of color #62272E: hue angle of 352.88º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62272E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 39 | 46 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.62 |
| HSL | 352.88º | 0.43% | 0.27% | - |
| HSV(B) | 352.88º | 0.6% | 0.38% | - |
| XYZ | 6.26 | 4.24 | 3.07 | - |
| YUV | 57.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 46 | 0 | 0.60 | 0.53 | 0.62 | 352.88 | 0.43 | 0.27 |
| Hex | 62 | 27 | 2E | 0 | 3C | 35 | 3E | 161 | 2B | 1B |
| Octal | 142 | 47 | 56 | 0 | 74 | 65 | 76 | 541 | 53 | 33 |
| Binary | 1100010 | 100111 | 101110 | 0 | 111100 | 110101 | 111110 | 101100001 | 101011 | 11011 |
Color Harmonies of #62272E
Complementary color
Monochromatic Colors of #62272E
Black with #62272E
Text Example
Text Example
White with #62272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62272E; }
p { color: rgb(98,39,46); }
H1.HeaderClassName
{
color: #62272E;
}
.AnyTagClassName
{
color: #62272E;
}
</style>
background-color css
<style>
a { background-color: #62272E; }
a { background-color: rgb(98,39,46); }
div.DivClassName
{
background-color: #62272E;
}
.BgClassName
{
background-color: #62272E;
}
</style>
border-color css
<style>
span { border-color: #62272E; }
span { border-color: rgb(98,39,46); }
td.TdClassName
{
border-color: #62272E;
}
.TagClassName
{
border-color: #62272E;
}
</style>