Shades of Jazzberry Jam #91014C
Tints of Jazzberry Jam #91014C
RGB
CMYK
RGB Variations
Color information
#91014C (or 0x91014C) is known color: Jazzberry Jam. HEX triplet: 91, 01 and 4C. RGB value is (145,1,76). Sum of RGB (Red+Green+Blue) = 145+1+76=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #91014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91014C is #6EFEB3. Grayscale: #343434. Windows color (decimal): -7274164 or 4981137. OLE color: 4981137.
HSL color Cylindrical-coordinate representation of color #91014C: hue angle of 328.75º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91014C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.43 |
| HSL | 328.75º | 0.99% | 0.29% | - |
| HSV(B) | 328.75º | 0.99% | 0.57% | - |
| XYZ | 12.99 | 6.56 | 7.42 | - |
| YUV | 52.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 76 | 0 | 0.99 | 0.48 | 0.43 | 328.75 | 0.99 | 0.29 |
| Hex | 91 | 1 | 4C | 0 | 63 | 30 | 2B | 149 | 63 | 1D |
| Octal | 221 | 1 | 114 | 0 | 143 | 60 | 53 | 511 | 143 | 35 |
| Binary | 10010001 | 1 | 1001100 | 0 | 1100011 | 110000 | 101011 | 101001001 | 1100011 | 11101 |
Color Harmonies of #91014C
Complementary color
Monochromatic Colors of #91014C
Black with #91014C
Text Example
Text Example
White with #91014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91014C; }
p { color: rgb(145,1,76); }
H1.HeaderClassName
{
color: #91014C;
}
.AnyTagClassName
{
color: #91014C;
}
</style>
background-color css
<style>
a { background-color: #91014C; }
a { background-color: rgb(145,1,76); }
div.DivClassName
{
background-color: #91014C;
}
.BgClassName
{
background-color: #91014C;
}
</style>
border-color css
<style>
span { border-color: #91014C; }
span { border-color: rgb(145,1,76); }
td.TdClassName
{
border-color: #91014C;
}
.TagClassName
{
border-color: #91014C;
}
</style>