Shades of Jazzberry Jam #9A1045
Tints of Jazzberry Jam #9A1045
RGB
CMYK
RGB Variations
Color information
#9A1045 (or 0x9A1045) is known color: Jazzberry Jam. HEX triplet: 9A, 10 and 45. RGB value is (154,16,69). Sum of RGB (Red+Green+Blue) = 154+16+69=239 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.44% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1045 is #65EFBA. Grayscale: #3F3F3F. Windows color (decimal): -6680507 or 4526234. OLE color: 4526234.
HSL color Cylindrical-coordinate representation of color #9A1045: hue angle of 336.96º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1045 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 69 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.40 |
| HSL | 336.96º | 0.81% | 0.33% | - |
| HSV(B) | 336.96º | 0.9% | 0.6% | - |
| XYZ | 14.59 | 7.67 | 6.34 | - |
| YUV | 63.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 69 | 0 | 0.90 | 0.55 | 0.40 | 336.96 | 0.81 | 0.33 |
| Hex | 9A | 10 | 45 | 0 | 5A | 37 | 28 | 151 | 51 | 21 |
| Octal | 232 | 20 | 105 | 0 | 132 | 67 | 50 | 521 | 121 | 41 |
| Binary | 10011010 | 10000 | 1000101 | 0 | 1011010 | 110111 | 101000 | 101010001 | 1010001 | 100001 |
Color Harmonies of #9A1045
Complementary color
Monochromatic Colors of #9A1045
Black with #9A1045
Text Example
Text Example
White with #9A1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1045; }
p { color: rgb(154,16,69); }
H1.HeaderClassName
{
color: #9A1045;
}
.AnyTagClassName
{
color: #9A1045;
}
</style>
background-color css
<style>
a { background-color: #9A1045; }
a { background-color: rgb(154,16,69); }
div.DivClassName
{
background-color: #9A1045;
}
.BgClassName
{
background-color: #9A1045;
}
</style>
border-color css
<style>
span { border-color: #9A1045; }
span { border-color: rgb(154,16,69); }
td.TdClassName
{
border-color: #9A1045;
}
.TagClassName
{
border-color: #9A1045;
}
</style>