Shades of Jazz #652D35
Tints of Jazz #652D35
RGB
CMYK
RGB Variations
Color information
#652D35 (or 0x652D35) is known color: Jazz. HEX triplet: 65, 2D and 35. RGB value is (101,45,53). Sum of RGB (Red+Green+Blue) = 101+45+53=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #652D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D35 is #9AD2CA. Grayscale: #3E3E3E. Windows color (decimal): -10146507 or 3485029. OLE color: 3485029.
HSL color Cylindrical-coordinate representation of color #652D35: hue angle of 351.43º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #652D35 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 53 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.60 |
| HSL | 351.43º | 0.38% | 0.29% | - |
| HSV(B) | 351.43º | 0.55% | 0.4% | - |
| XYZ | 6.95 | 4.9 | 3.95 | - |
| YUV | 62.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 53 | 0 | 0.55 | 0.48 | 0.60 | 351.43 | 0.38 | 0.29 |
| Hex | 65 | 2D | 35 | 0 | 37 | 30 | 3C | 15F | 26 | 1D |
| Octal | 145 | 55 | 65 | 0 | 67 | 60 | 74 | 537 | 46 | 35 |
| Binary | 1100101 | 101101 | 110101 | 0 | 110111 | 110000 | 111100 | 101011111 | 100110 | 11101 |
Color Harmonies of #652D35
Complementary color
Monochromatic Colors of #652D35
Black with #652D35
Text Example
Text Example
White with #652D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D35; }
p { color: rgb(101,45,53); }
H1.HeaderClassName
{
color: #652D35;
}
.AnyTagClassName
{
color: #652D35;
}
</style>
background-color css
<style>
a { background-color: #652D35; }
a { background-color: rgb(101,45,53); }
div.DivClassName
{
background-color: #652D35;
}
.BgClassName
{
background-color: #652D35;
}
</style>
border-color css
<style>
span { border-color: #652D35; }
span { border-color: rgb(101,45,53); }
td.TdClassName
{
border-color: #652D35;
}
.TagClassName
{
border-color: #652D35;
}
</style>