Shades of Jazz #663135
Tints of Jazz #663135
RGB
CMYK
RGB Variations
Color information
#663135 (or 0x663135) is known color: Jazz. HEX triplet: 66, 31 and 35. RGB value is (102,49,53). Sum of RGB (Red+Green+Blue) = 102+49+53=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663135 is #99CECA. Grayscale: #414141. Windows color (decimal): -10079947 or 3486054. OLE color: 3486054.
HSL color Cylindrical-coordinate representation of color #663135: hue angle of 355.47º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663135 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 53 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.6 |
| HSL | 355.47º | 0.35% | 0.3% | - |
| HSV(B) | 355.47º | 0.52% | 0.4% | - |
| XYZ | 7.22 | 5.28 | 4.01 | - |
| YUV | 65.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 53 | 0 | 0.52 | 0.48 | 0.6 | 355.47 | 0.35 | 0.3 |
| Hex | 66 | 31 | 35 | 0 | 34 | 30 | 3C | 163 | 23 | 1E |
| Octal | 146 | 61 | 65 | 0 | 64 | 60 | 74 | 543 | 43 | 36 |
| Binary | 1100110 | 110001 | 110101 | 0 | 110100 | 110000 | 111100 | 101100011 | 100011 | 11110 |
Color Harmonies of #663135
Complementary color
Monochromatic Colors of #663135
Black with #663135
Text Example
Text Example
White with #663135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663135; }
p { color: rgb(102,49,53); }
H1.HeaderClassName
{
color: #663135;
}
.AnyTagClassName
{
color: #663135;
}
</style>
background-color css
<style>
a { background-color: #663135; }
a { background-color: rgb(102,49,53); }
div.DivClassName
{
background-color: #663135;
}
.BgClassName
{
background-color: #663135;
}
</style>
border-color css
<style>
span { border-color: #663135; }
span { border-color: rgb(102,49,53); }
td.TdClassName
{
border-color: #663135;
}
.TagClassName
{
border-color: #663135;
}
</style>