Shades of Jazzberry Jam #A80D48
Tints of Jazzberry Jam #A80D48
RGB
CMYK
RGB Variations
Color information
#A80D48 (or 0xA80D48) is known color: Jazzberry Jam. HEX triplet: A8, 0D and 48. RGB value is (168,13,72). Sum of RGB (Red+Green+Blue) = 168+13+72=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80D48 is #57F2B7. Grayscale: #414141. Windows color (decimal): -5763768 or 4722088. OLE color: 4722088.
HSL color Cylindrical-coordinate representation of color #A80D48: hue angle of 337.16º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D48 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 72 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.34 |
| HSL | 337.16º | 0.86% | 0.35% | - |
| HSV(B) | 337.16º | 0.92% | 0.66% | - |
| XYZ | 17.46 | 9.08 | 6.96 | - |
| YUV | 66.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 72 | 0 | 0.92 | 0.57 | 0.34 | 337.16 | 0.86 | 0.35 |
| Hex | A8 | D | 48 | 0 | 5C | 39 | 22 | 151 | 56 | 23 |
| Octal | 250 | 15 | 110 | 0 | 134 | 71 | 42 | 521 | 126 | 43 |
| Binary | 10101000 | 1101 | 1001000 | 0 | 1011100 | 111001 | 100010 | 101010001 | 1010110 | 100011 |
Color Harmonies of #A80D48
Complementary color
Monochromatic Colors of #A80D48
Black with #A80D48
Text Example
Text Example
White with #A80D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80D48; }
p { color: rgb(168,13,72); }
H1.HeaderClassName
{
color: #A80D48;
}
.AnyTagClassName
{
color: #A80D48;
}
</style>
background-color css
<style>
a { background-color: #A80D48; }
a { background-color: rgb(168,13,72); }
div.DivClassName
{
background-color: #A80D48;
}
.BgClassName
{
background-color: #A80D48;
}
</style>
border-color css
<style>
span { border-color: #A80D48; }
span { border-color: rgb(168,13,72); }
td.TdClassName
{
border-color: #A80D48;
}
.TagClassName
{
border-color: #A80D48;
}
</style>