Shades of Jazzberry Jam #99124B
Tints of Jazzberry Jam #99124B
RGB
CMYK
RGB Variations
Color information
#99124B (or 0x99124B) is known color: Jazzberry Jam. HEX triplet: 99, 12 and 4B. RGB value is (153,18,75). Sum of RGB (Red+Green+Blue) = 153+18+75=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #99124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99124B is #66EDB4. Grayscale: #404040. Windows color (decimal): -6745525 or 4919961. OLE color: 4919961.
HSL color Cylindrical-coordinate representation of color #99124B: hue angle of 334.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99124B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 18 | 75 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.4 |
| HSL | 334.67º | 0.79% | 0.34% | - |
| HSV(B) | 334.67º | 0.88% | 0.6% | - |
| XYZ | 14.62 | 7.71 | 7.37 | - |
| YUV | 64.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 75 | 0 | 0.88 | 0.51 | 0.4 | 334.67 | 0.79 | 0.34 |
| Hex | 99 | 12 | 4B | 0 | 58 | 33 | 28 | 14F | 4F | 22 |
| Octal | 231 | 22 | 113 | 0 | 130 | 63 | 50 | 517 | 117 | 42 |
| Binary | 10011001 | 10010 | 1001011 | 0 | 1011000 | 110011 | 101000 | 101001111 | 1001111 | 100010 |
Color Harmonies of #99124B
Complementary color
Monochromatic Colors of #99124B
Black with #99124B
Text Example
Text Example
White with #99124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99124B; }
p { color: rgb(153,18,75); }
H1.HeaderClassName
{
color: #99124B;
}
.AnyTagClassName
{
color: #99124B;
}
</style>
background-color css
<style>
a { background-color: #99124B; }
a { background-color: rgb(153,18,75); }
div.DivClassName
{
background-color: #99124B;
}
.BgClassName
{
background-color: #99124B;
}
</style>
border-color css
<style>
span { border-color: #99124B; }
span { border-color: rgb(153,18,75); }
td.TdClassName
{
border-color: #99124B;
}
.TagClassName
{
border-color: #99124B;
}
</style>