Shades of Jazz #652F36
Tints of Jazz #652F36
RGB
CMYK
RGB Variations
Color information
#652F36 (or 0x652F36) is known color: Jazz. HEX triplet: 65, 2F and 36. RGB value is (101,47,54). Sum of RGB (Red+Green+Blue) = 101+47+54=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #652F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652F36 is #9AD0C9. Grayscale: #3F3F3F. Windows color (decimal): -10145994 or 3551077. OLE color: 3551077.
HSL color Cylindrical-coordinate representation of color #652F36: hue angle of 352.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #652F36 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 54 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.60 |
| HSL | 352.22º | 0.36% | 0.29% | - |
| HSV(B) | 352.22º | 0.53% | 0.4% | - |
| XYZ | 7.05 | 5.07 | 4.1 | - |
| YUV | 63.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 54 | 0 | 0.53 | 0.47 | 0.60 | 352.22 | 0.36 | 0.29 |
| Hex | 65 | 2F | 36 | 0 | 35 | 2F | 3C | 160 | 24 | 1D |
| Octal | 145 | 57 | 66 | 0 | 65 | 57 | 74 | 540 | 44 | 35 |
| Binary | 1100101 | 101111 | 110110 | 0 | 110101 | 101111 | 111100 | 101100000 | 100100 | 11101 |
Color Harmonies of #652F36
Complementary color
Monochromatic Colors of #652F36
Black with #652F36
Text Example
Text Example
White with #652F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F36; }
p { color: rgb(101,47,54); }
H1.HeaderClassName
{
color: #652F36;
}
.AnyTagClassName
{
color: #652F36;
}
</style>
background-color css
<style>
a { background-color: #652F36; }
a { background-color: rgb(101,47,54); }
div.DivClassName
{
background-color: #652F36;
}
.BgClassName
{
background-color: #652F36;
}
</style>
border-color css
<style>
span { border-color: #652F36; }
span { border-color: rgb(101,47,54); }
td.TdClassName
{
border-color: #652F36;
}
.TagClassName
{
border-color: #652F36;
}
</style>