Shades of Jazzberry Jam #AD074B
Tints of Jazzberry Jam #AD074B
RGB
CMYK
RGB Variations
Color information
#AD074B (or 0xAD074B) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 4B. RGB value is (173,7,75). Sum of RGB (Red+Green+Blue) = 173+7+75=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD074B is #52F8B4. Grayscale: #404040. Windows color (decimal): -5437621 or 4917165. OLE color: 4917165.
HSL color Cylindrical-coordinate representation of color #AD074B: hue angle of 335.42º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD074B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 75 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.32 |
| HSL | 335.42º | 0.92% | 0.35% | - |
| HSV(B) | 335.42º | 0.96% | 0.68% | - |
| XYZ | 18.58 | 9.54 | 7.52 | - |
| YUV | 64.39 | 134 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 75 | 0 | 0.96 | 0.57 | 0.32 | 335.42 | 0.92 | 0.35 |
| Hex | AD | 7 | 4B | 0 | 60 | 39 | 20 | 14F | 5C | 23 |
| Octal | 255 | 7 | 113 | 0 | 140 | 71 | 40 | 517 | 134 | 43 |
| Binary | 10101101 | 111 | 1001011 | 0 | 1100000 | 111001 | 100000 | 101001111 | 1011100 | 100011 |
Color Harmonies of #AD074B
Complementary color
Monochromatic Colors of #AD074B
Black with #AD074B
Text Example
Text Example
White with #AD074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD074B; }
p { color: rgb(173,7,75); }
H1.HeaderClassName
{
color: #AD074B;
}
.AnyTagClassName
{
color: #AD074B;
}
</style>
background-color css
<style>
a { background-color: #AD074B; }
a { background-color: rgb(173,7,75); }
div.DivClassName
{
background-color: #AD074B;
}
.BgClassName
{
background-color: #AD074B;
}
</style>
border-color css
<style>
span { border-color: #AD074B; }
span { border-color: rgb(173,7,75); }
td.TdClassName
{
border-color: #AD074B;
}
.TagClassName
{
border-color: #AD074B;
}
</style>