Shades of Jazzberry Jam #A40752
Tints of Jazzberry Jam #A40752
RGB
CMYK
RGB Variations
Color information
#A40752 (or 0xA40752) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 52. RGB value is (164,7,82). Sum of RGB (Red+Green+Blue) = 164+7+82=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A40752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40752 is #5BF8AD. Grayscale: #3E3E3E. Windows color (decimal): -6027438 or 5375908. OLE color: 5375908.
HSL color Cylindrical-coordinate representation of color #A40752: hue angle of 331.34º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40752 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 82 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.36 |
| HSL | 331.34º | 0.92% | 0.34% | - |
| HSV(B) | 331.34º | 0.96% | 0.64% | - |
| XYZ | 16.91 | 8.65 | 8.76 | - |
| YUV | 62.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 82 | 0 | 0.96 | 0.5 | 0.36 | 331.34 | 0.92 | 0.34 |
| Hex | A4 | 7 | 52 | 0 | 60 | 32 | 24 | 14B | 5C | 22 |
| Octal | 244 | 7 | 122 | 0 | 140 | 62 | 44 | 513 | 134 | 42 |
| Binary | 10100100 | 111 | 1010010 | 0 | 1100000 | 110010 | 100100 | 101001011 | 1011100 | 100010 |
Color Harmonies of #A40752
Complementary color
Monochromatic Colors of #A40752
Black with #A40752
Text Example
Text Example
White with #A40752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40752; }
p { color: rgb(164,7,82); }
H1.HeaderClassName
{
color: #A40752;
}
.AnyTagClassName
{
color: #A40752;
}
</style>
background-color css
<style>
a { background-color: #A40752; }
a { background-color: rgb(164,7,82); }
div.DivClassName
{
background-color: #A40752;
}
.BgClassName
{
background-color: #A40752;
}
</style>
border-color css
<style>
span { border-color: #A40752; }
span { border-color: rgb(164,7,82); }
td.TdClassName
{
border-color: #A40752;
}
.TagClassName
{
border-color: #A40752;
}
</style>