Shades of Jazzberry Jam #910D4A
Tints of Jazzberry Jam #910D4A
RGB
CMYK
RGB Variations
Color information
#910D4A (or 0x910D4A) is known color: Jazzberry Jam. HEX triplet: 91, 0D and 4A. RGB value is (145,13,74). Sum of RGB (Red+Green+Blue) = 145+13+74=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #910D4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D4A is #6EF2B5. Grayscale: #3B3B3B. Windows color (decimal): -7271094 or 4853137. OLE color: 4853137.
HSL color Cylindrical-coordinate representation of color #910D4A: hue angle of 332.27º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D4A is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 74 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.43 |
| HSL | 332.27º | 0.84% | 0.31% | - |
| HSV(B) | 332.27º | 0.91% | 0.57% | - |
| XYZ | 13.06 | 6.8 | 7.1 | - |
| YUV | 59.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 74 | 0 | 0.91 | 0.49 | 0.43 | 332.27 | 0.84 | 0.31 |
| Hex | 91 | D | 4A | 0 | 5B | 31 | 2B | 14C | 54 | 1F |
| Octal | 221 | 15 | 112 | 0 | 133 | 61 | 53 | 514 | 124 | 37 |
| Binary | 10010001 | 1101 | 1001010 | 0 | 1011011 | 110001 | 101011 | 101001100 | 1010100 | 11111 |
Color Harmonies of #910D4A
Complementary color
Monochromatic Colors of #910D4A
Black with #910D4A
Text Example
Text Example
White with #910D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D4A; }
p { color: rgb(145,13,74); }
H1.HeaderClassName
{
color: #910D4A;
}
.AnyTagClassName
{
color: #910D4A;
}
</style>
background-color css
<style>
a { background-color: #910D4A; }
a { background-color: rgb(145,13,74); }
div.DivClassName
{
background-color: #910D4A;
}
.BgClassName
{
background-color: #910D4A;
}
</style>
border-color css
<style>
span { border-color: #910D4A; }
span { border-color: rgb(145,13,74); }
td.TdClassName
{
border-color: #910D4A;
}
.TagClassName
{
border-color: #910D4A;
}
</style>