Shades of Jazzberry Jam #AD0B4B
Tints of Jazzberry Jam #AD0B4B
RGB
CMYK
RGB Variations
Color information
#AD0B4B (or 0xAD0B4B) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 4B. RGB value is (173,11,75). Sum of RGB (Red+Green+Blue) = 173+11+75=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B4B is #52F4B4. Grayscale: #424242. Windows color (decimal): -5436597 or 4918189. OLE color: 4918189.
HSL color Cylindrical-coordinate representation of color #AD0B4B: hue angle of 336.3º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B4B is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 75 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.32 |
| HSL | 336.3º | 0.88% | 0.36% | - |
| HSV(B) | 336.3º | 0.94% | 0.68% | - |
| XYZ | 18.62 | 9.63 | 7.53 | - |
| YUV | 66.73 | 132.67 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 75 | 0 | 0.94 | 0.57 | 0.32 | 336.3 | 0.88 | 0.36 |
| Hex | AD | B | 4B | 0 | 5E | 39 | 20 | 150 | 58 | 24 |
| Octal | 255 | 13 | 113 | 0 | 136 | 71 | 40 | 520 | 130 | 44 |
| Binary | 10101101 | 1011 | 1001011 | 0 | 1011110 | 111001 | 100000 | 101010000 | 1011000 | 100100 |
Color Harmonies of #AD0B4B
Complementary color
Monochromatic Colors of #AD0B4B
Black with #AD0B4B
Text Example
Text Example
White with #AD0B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B4B; }
p { color: rgb(173,11,75); }
H1.HeaderClassName
{
color: #AD0B4B;
}
.AnyTagClassName
{
color: #AD0B4B;
}
</style>
background-color css
<style>
a { background-color: #AD0B4B; }
a { background-color: rgb(173,11,75); }
div.DivClassName
{
background-color: #AD0B4B;
}
.BgClassName
{
background-color: #AD0B4B;
}
</style>
border-color css
<style>
span { border-color: #AD0B4B; }
span { border-color: rgb(173,11,75); }
td.TdClassName
{
border-color: #AD0B4B;
}
.TagClassName
{
border-color: #AD0B4B;
}
</style>