Shades of Jazz #642A32
Tints of Jazz #642A32
RGB
CMYK
RGB Variations
Color information
#642A32 (or 0x642A32) is known color: Jazz. HEX triplet: 64, 2A and 32. RGB value is (100,42,50). Sum of RGB (Red+Green+Blue) = 100+42+50=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #642A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A32 is #9BD5CD. Grayscale: #3C3C3C. Windows color (decimal): -10212814 or 3287652. OLE color: 3287652.
HSL color Cylindrical-coordinate representation of color #642A32: hue angle of 351.72º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #642A32 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 50 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.61 |
| HSL | 351.72º | 0.41% | 0.28% | - |
| HSV(B) | 351.72º | 0.58% | 0.39% | - |
| XYZ | 6.66 | 4.6 | 3.55 | - |
| YUV | 60.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 50 | 0 | 0.58 | 0.50 | 0.61 | 351.72 | 0.41 | 0.28 |
| Hex | 64 | 2A | 32 | 0 | 3A | 32 | 3D | 160 | 29 | 1C |
| Octal | 144 | 52 | 62 | 0 | 72 | 62 | 75 | 540 | 51 | 34 |
| Binary | 1100100 | 101010 | 110010 | 0 | 111010 | 110010 | 111101 | 101100000 | 101001 | 11100 |
Color Harmonies of #642A32
Complementary color
Monochromatic Colors of #642A32
Black with #642A32
Text Example
Text Example
White with #642A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A32; }
p { color: rgb(100,42,50); }
H1.HeaderClassName
{
color: #642A32;
}
.AnyTagClassName
{
color: #642A32;
}
</style>
background-color css
<style>
a { background-color: #642A32; }
a { background-color: rgb(100,42,50); }
div.DivClassName
{
background-color: #642A32;
}
.BgClassName
{
background-color: #642A32;
}
</style>
border-color css
<style>
span { border-color: #642A32; }
span { border-color: rgb(100,42,50); }
td.TdClassName
{
border-color: #642A32;
}
.TagClassName
{
border-color: #642A32;
}
</style>