Shades of Jazz #642F31
Tints of Jazz #642F31
RGB
CMYK
RGB Variations
Color information
#642F31 (or 0x642F31) is known color: Jazz. HEX triplet: 64, 2F and 31. RGB value is (100,47,49). Sum of RGB (Red+Green+Blue) = 100+47+49=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #642F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642F31 is #9BD0CE. Grayscale: #3F3F3F. Windows color (decimal): -10211535 or 3223396. OLE color: 3223396.
HSL color Cylindrical-coordinate representation of color #642F31: hue angle of 357.74º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #642F31 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 47 | 49 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.61 |
| HSL | 357.74º | 0.36% | 0.29% | - |
| HSV(B) | 357.74º | 0.53% | 0.39% | - |
| XYZ | 6.83 | 4.96 | 3.5 | - |
| YUV | 63.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 49 | 0 | 0.53 | 0.51 | 0.61 | 357.74 | 0.36 | 0.29 |
| Hex | 64 | 2F | 31 | 0 | 35 | 33 | 3D | 166 | 24 | 1D |
| Octal | 144 | 57 | 61 | 0 | 65 | 63 | 75 | 546 | 44 | 35 |
| Binary | 1100100 | 101111 | 110001 | 0 | 110101 | 110011 | 111101 | 101100110 | 100100 | 11101 |
Color Harmonies of #642F31
Complementary color
Monochromatic Colors of #642F31
Black with #642F31
Text Example
Text Example
White with #642F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F31; }
p { color: rgb(100,47,49); }
H1.HeaderClassName
{
color: #642F31;
}
.AnyTagClassName
{
color: #642F31;
}
</style>
background-color css
<style>
a { background-color: #642F31; }
a { background-color: rgb(100,47,49); }
div.DivClassName
{
background-color: #642F31;
}
.BgClassName
{
background-color: #642F31;
}
</style>
border-color css
<style>
span { border-color: #642F31; }
span { border-color: rgb(100,47,49); }
td.TdClassName
{
border-color: #642F31;
}
.TagClassName
{
border-color: #642F31;
}
</style>