Shades of Jazzberry Jam #9A053C
Tints of Jazzberry Jam #9A053C
RGB
CMYK
RGB Variations
Color information
#9A053C (or 0x9A053C) is known color: Jazzberry Jam. HEX triplet: 9A, 05 and 3C. RGB value is (154,5,60). Sum of RGB (Red+Green+Blue) = 154+5+60=219 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70.32% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 154 - color contains mainly: red. Hex color #9A053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A053C is #65FAC3. Grayscale: #373737. Windows color (decimal): -6683332 or 3933594. OLE color: 3933594.
HSL color Cylindrical-coordinate representation of color #9A053C: hue angle of 337.85º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A053C is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 5 | 60 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.40 |
| HSL | 337.85º | 0.94% | 0.31% | - |
| HSV(B) | 337.85º | 0.97% | 0.6% | - |
| XYZ | 14.2 | 7.3 | 4.94 | - |
| YUV | 55.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 60 | 0 | 0.97 | 0.61 | 0.40 | 337.85 | 0.94 | 0.31 |
| Hex | 9A | 5 | 3C | 0 | 61 | 3D | 28 | 152 | 5E | 1F |
| Octal | 232 | 5 | 74 | 0 | 141 | 75 | 50 | 522 | 136 | 37 |
| Binary | 10011010 | 101 | 111100 | 0 | 1100001 | 111101 | 101000 | 101010010 | 1011110 | 11111 |
Color Harmonies of #9A053C
Complementary color
Monochromatic Colors of #9A053C
Black with #9A053C
Text Example
Text Example
White with #9A053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A053C; }
p { color: rgb(154,5,60); }
H1.HeaderClassName
{
color: #9A053C;
}
.AnyTagClassName
{
color: #9A053C;
}
</style>
background-color css
<style>
a { background-color: #9A053C; }
a { background-color: rgb(154,5,60); }
div.DivClassName
{
background-color: #9A053C;
}
.BgClassName
{
background-color: #9A053C;
}
</style>
border-color css
<style>
span { border-color: #9A053C; }
span { border-color: rgb(154,5,60); }
td.TdClassName
{
border-color: #9A053C;
}
.TagClassName
{
border-color: #9A053C;
}
</style>