Shades of Jazz #622B2D
Tints of Jazz #622B2D
RGB
CMYK
RGB Variations
Color information
#622B2D (or 0x622B2D) is known color: Jazz. HEX triplet: 62, 2B and 2D. RGB value is (98,43,45). Sum of RGB (Red+Green+Blue) = 98+43+45=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #622B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B2D is #9DD4D2. Grayscale: #3B3B3B. Windows color (decimal): -10343635 or 2960226. OLE color: 2960226.
HSL color Cylindrical-coordinate representation of color #622B2D: hue angle of 357.82º 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 #622B2D is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 45 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.62 |
| HSL | 357.82º | 0.39% | 0.28% | - |
| HSV(B) | 357.82º | 0.56% | 0.38% | - |
| XYZ | 6.37 | 4.51 | 3.02 | - |
| YUV | 59.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 45 | 0 | 0.56 | 0.54 | 0.62 | 357.82 | 0.39 | 0.28 |
| Hex | 62 | 2B | 2D | 0 | 38 | 36 | 3E | 166 | 27 | 1C |
| Octal | 142 | 53 | 55 | 0 | 70 | 66 | 76 | 546 | 47 | 34 |
| Binary | 1100010 | 101011 | 101101 | 0 | 111000 | 110110 | 111110 | 101100110 | 100111 | 11100 |
Color Harmonies of #622B2D
Complementary color
Monochromatic Colors of #622B2D
Black with #622B2D
Text Example
Text Example
White with #622B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B2D; }
p { color: rgb(98,43,45); }
H1.HeaderClassName
{
color: #622B2D;
}
.AnyTagClassName
{
color: #622B2D;
}
</style>
background-color css
<style>
a { background-color: #622B2D; }
a { background-color: rgb(98,43,45); }
div.DivClassName
{
background-color: #622B2D;
}
.BgClassName
{
background-color: #622B2D;
}
</style>
border-color css
<style>
span { border-color: #622B2D; }
span { border-color: rgb(98,43,45); }
td.TdClassName
{
border-color: #622B2D;
}
.TagClassName
{
border-color: #622B2D;
}
</style>