Shades of Jazz #622C33
Tints of Jazz #622C33
RGB
CMYK
RGB Variations
Color information
#622C33 (or 0x622C33) is known color: Jazz. HEX triplet: 62, 2C and 33. RGB value is (98,44,51). Sum of RGB (Red+Green+Blue) = 98+44+51=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #622C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C33 is #9DD3CC. Grayscale: #3C3C3C. Windows color (decimal): -10343373 or 3353698. OLE color: 3353698.
HSL color Cylindrical-coordinate representation of color #622C33: hue angle of 352.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #622C33 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 51 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.62 |
| HSL | 352.22º | 0.38% | 0.28% | - |
| HSV(B) | 352.22º | 0.55% | 0.38% | - |
| XYZ | 6.54 | 4.64 | 3.68 | - |
| YUV | 60.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 51 | 0 | 0.55 | 0.48 | 0.62 | 352.22 | 0.38 | 0.28 |
| Hex | 62 | 2C | 33 | 0 | 37 | 30 | 3E | 160 | 26 | 1C |
| Octal | 142 | 54 | 63 | 0 | 67 | 60 | 76 | 540 | 46 | 34 |
| Binary | 1100010 | 101100 | 110011 | 0 | 110111 | 110000 | 111110 | 101100000 | 100110 | 11100 |
Color Harmonies of #622C33
Complementary color
Monochromatic Colors of #622C33
Black with #622C33
Text Example
Text Example
White with #622C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C33; }
p { color: rgb(98,44,51); }
H1.HeaderClassName
{
color: #622C33;
}
.AnyTagClassName
{
color: #622C33;
}
</style>
background-color css
<style>
a { background-color: #622C33; }
a { background-color: rgb(98,44,51); }
div.DivClassName
{
background-color: #622C33;
}
.BgClassName
{
background-color: #622C33;
}
</style>
border-color css
<style>
span { border-color: #622C33; }
span { border-color: rgb(98,44,51); }
td.TdClassName
{
border-color: #622C33;
}
.TagClassName
{
border-color: #622C33;
}
</style>