Shades of Jazz #652B33
Tints of Jazz #652B33
RGB
CMYK
RGB Variations
Color information
#652B33 (or 0x652B33) is known color: Jazz. HEX triplet: 65, 2B and 33. RGB value is (101,43,51). Sum of RGB (Red+Green+Blue) = 101+43+51=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #652B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652B33 is #9AD4CC. Grayscale: #3D3D3D. Windows color (decimal): -10147021 or 3353445. OLE color: 3353445.
HSL color Cylindrical-coordinate representation of color #652B33: hue angle of 351.72º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #652B33 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 51 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.60 |
| HSL | 351.72º | 0.4% | 0.28% | - |
| HSV(B) | 351.72º | 0.57% | 0.4% | - |
| XYZ | 6.83 | 4.73 | 3.69 | - |
| YUV | 61.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 51 | 0 | 0.57 | 0.50 | 0.60 | 351.72 | 0.4 | 0.28 |
| Hex | 65 | 2B | 33 | 0 | 39 | 32 | 3C | 160 | 28 | 1C |
| Octal | 145 | 53 | 63 | 0 | 71 | 62 | 74 | 540 | 50 | 34 |
| Binary | 1100101 | 101011 | 110011 | 0 | 111001 | 110010 | 111100 | 101100000 | 101000 | 11100 |
Color Harmonies of #652B33
Complementary color
Monochromatic Colors of #652B33
Black with #652B33
Text Example
Text Example
White with #652B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B33; }
p { color: rgb(101,43,51); }
H1.HeaderClassName
{
color: #652B33;
}
.AnyTagClassName
{
color: #652B33;
}
</style>
background-color css
<style>
a { background-color: #652B33; }
a { background-color: rgb(101,43,51); }
div.DivClassName
{
background-color: #652B33;
}
.BgClassName
{
background-color: #652B33;
}
</style>
border-color css
<style>
span { border-color: #652B33; }
span { border-color: rgb(101,43,51); }
td.TdClassName
{
border-color: #652B33;
}
.TagClassName
{
border-color: #652B33;
}
</style>