Shades of Jazz #662D35
Tints of Jazz #662D35
RGB
CMYK
RGB Variations
Color information
#662D35 (or 0x662D35) is known color: Jazz. HEX triplet: 66, 2D and 35. RGB value is (102,45,53). Sum of RGB (Red+Green+Blue) = 102+45+53=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #662D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D35 is #99D2CA. Grayscale: #3E3E3E. Windows color (decimal): -10080971 or 3485030. OLE color: 3485030.
HSL color Cylindrical-coordinate representation of color #662D35: hue angle of 351.58º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D35 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 53 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.6 |
| HSL | 351.58º | 0.39% | 0.29% | - |
| HSV(B) | 351.58º | 0.56% | 0.4% | - |
| XYZ | 7.06 | 4.96 | 3.95 | - |
| YUV | 62.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 53 | 0 | 0.56 | 0.48 | 0.6 | 351.58 | 0.39 | 0.29 |
| Hex | 66 | 2D | 35 | 0 | 38 | 30 | 3C | 160 | 27 | 1D |
| Octal | 146 | 55 | 65 | 0 | 70 | 60 | 74 | 540 | 47 | 35 |
| Binary | 1100110 | 101101 | 110101 | 0 | 111000 | 110000 | 111100 | 101100000 | 100111 | 11101 |
Color Harmonies of #662D35
Complementary color
Monochromatic Colors of #662D35
Black with #662D35
Text Example
Text Example
White with #662D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D35; }
p { color: rgb(102,45,53); }
H1.HeaderClassName
{
color: #662D35;
}
.AnyTagClassName
{
color: #662D35;
}
</style>
background-color css
<style>
a { background-color: #662D35; }
a { background-color: rgb(102,45,53); }
div.DivClassName
{
background-color: #662D35;
}
.BgClassName
{
background-color: #662D35;
}
</style>
border-color css
<style>
span { border-color: #662D35; }
span { border-color: rgb(102,45,53); }
td.TdClassName
{
border-color: #662D35;
}
.TagClassName
{
border-color: #662D35;
}
</style>