Shades of Jazz #622B31
Tints of Jazz #622B31
RGB
CMYK
RGB Variations
Color information
#622B31 (or 0x622B31) is known color: Jazz. HEX triplet: 62, 2B and 31. RGB value is (98,43,49). Sum of RGB (Red+Green+Blue) = 98+43+49=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #622B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B31 is #9DD4CE. Grayscale: #3C3C3C. Windows color (decimal): -10343631 or 3222370. OLE color: 3222370.
HSL color Cylindrical-coordinate representation of color #622B31: hue angle of 353.45º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #622B31 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 49 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.62 |
| HSL | 353.45º | 0.39% | 0.28% | - |
| HSV(B) | 353.45º | 0.56% | 0.38% | - |
| XYZ | 6.46 | 4.55 | 3.44 | - |
| YUV | 60.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 49 | 0 | 0.56 | 0.5 | 0.62 | 353.45 | 0.39 | 0.28 |
| Hex | 62 | 2B | 31 | 0 | 38 | 32 | 3E | 161 | 27 | 1C |
| Octal | 142 | 53 | 61 | 0 | 70 | 62 | 76 | 541 | 47 | 34 |
| Binary | 1100010 | 101011 | 110001 | 0 | 111000 | 110010 | 111110 | 101100001 | 100111 | 11100 |
Color Harmonies of #622B31
Complementary color
Monochromatic Colors of #622B31
Black with #622B31
Text Example
Text Example
White with #622B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B31; }
p { color: rgb(98,43,49); }
H1.HeaderClassName
{
color: #622B31;
}
.AnyTagClassName
{
color: #622B31;
}
</style>
background-color css
<style>
a { background-color: #622B31; }
a { background-color: rgb(98,43,49); }
div.DivClassName
{
background-color: #622B31;
}
.BgClassName
{
background-color: #622B31;
}
</style>
border-color css
<style>
span { border-color: #622B31; }
span { border-color: rgb(98,43,49); }
td.TdClassName
{
border-color: #622B31;
}
.TagClassName
{
border-color: #622B31;
}
</style>