Shades of Jazz #622C30
Tints of Jazz #622C30
RGB
CMYK
RGB Variations
Color information
#622C30 (or 0x622C30) is known color: Jazz. HEX triplet: 62, 2C and 30. RGB value is (98,44,48). Sum of RGB (Red+Green+Blue) = 98+44+48=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #622C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C30 is #9DD3CF. Grayscale: #3C3C3C. Windows color (decimal): -10343376 or 3157090. OLE color: 3157090.
HSL color Cylindrical-coordinate representation of color #622C30: hue angle of 355.56º 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 #622C30 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 48 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.62 |
| HSL | 355.56º | 0.38% | 0.28% | - |
| HSV(B) | 355.56º | 0.55% | 0.38% | - |
| XYZ | 6.47 | 4.61 | 3.35 | - |
| YUV | 60.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 48 | 0 | 0.55 | 0.51 | 0.62 | 355.56 | 0.38 | 0.28 |
| Hex | 62 | 2C | 30 | 0 | 37 | 33 | 3E | 164 | 26 | 1C |
| Octal | 142 | 54 | 60 | 0 | 67 | 63 | 76 | 544 | 46 | 34 |
| Binary | 1100010 | 101100 | 110000 | 0 | 110111 | 110011 | 111110 | 101100100 | 100110 | 11100 |
Color Harmonies of #622C30
Complementary color
Monochromatic Colors of #622C30
Black with #622C30
Text Example
Text Example
White with #622C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C30; }
p { color: rgb(98,44,48); }
H1.HeaderClassName
{
color: #622C30;
}
.AnyTagClassName
{
color: #622C30;
}
</style>
background-color css
<style>
a { background-color: #622C30; }
a { background-color: rgb(98,44,48); }
div.DivClassName
{
background-color: #622C30;
}
.BgClassName
{
background-color: #622C30;
}
</style>
border-color css
<style>
span { border-color: #622C30; }
span { border-color: rgb(98,44,48); }
td.TdClassName
{
border-color: #622C30;
}
.TagClassName
{
border-color: #622C30;
}
</style>