Shades of Jazz #642B30
Tints of Jazz #642B30
RGB
CMYK
RGB Variations
Color information
#642B30 (or 0x642B30) is known color: Jazz. HEX triplet: 64, 2B and 30. RGB value is (100,43,48). Sum of RGB (Red+Green+Blue) = 100+43+48=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #642B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B30 is #9BD4CF. Grayscale: #3C3C3C. Windows color (decimal): -10212560 or 3156836. OLE color: 3156836.
HSL color Cylindrical-coordinate representation of color #642B30: hue angle of 354.74º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #642B30 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 43 | 48 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.61 |
| HSL | 354.74º | 0.4% | 0.28% | - |
| HSV(B) | 354.74º | 0.57% | 0.39% | - |
| XYZ | 6.65 | 4.65 | 3.34 | - |
| YUV | 60.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 48 | 0 | 0.57 | 0.52 | 0.61 | 354.74 | 0.4 | 0.28 |
| Hex | 64 | 2B | 30 | 0 | 39 | 34 | 3D | 163 | 28 | 1C |
| Octal | 144 | 53 | 60 | 0 | 71 | 64 | 75 | 543 | 50 | 34 |
| Binary | 1100100 | 101011 | 110000 | 0 | 111001 | 110100 | 111101 | 101100011 | 101000 | 11100 |
Color Harmonies of #642B30
Complementary color
Monochromatic Colors of #642B30
Black with #642B30
Text Example
Text Example
White with #642B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B30; }
p { color: rgb(100,43,48); }
H1.HeaderClassName
{
color: #642B30;
}
.AnyTagClassName
{
color: #642B30;
}
</style>
background-color css
<style>
a { background-color: #642B30; }
a { background-color: rgb(100,43,48); }
div.DivClassName
{
background-color: #642B30;
}
.BgClassName
{
background-color: #642B30;
}
</style>
border-color css
<style>
span { border-color: #642B30; }
span { border-color: rgb(100,43,48); }
td.TdClassName
{
border-color: #642B30;
}
.TagClassName
{
border-color: #642B30;
}
</style>