Shades of Jazzberry Jam #900E4D
Tints of Jazzberry Jam #900E4D
RGB
CMYK
RGB Variations
Color information
#900E4D (or 0x900E4D) is known color: Jazzberry Jam. HEX triplet: 90, 0E and 4D. RGB value is (144,14,77). Sum of RGB (Red+Green+Blue) = 144+14+77=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #900E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E4D is #6FF1B2. Grayscale: #3B3B3B. Windows color (decimal): -7336371 or 5050000. OLE color: 5050000.
HSL color Cylindrical-coordinate representation of color #900E4D: hue angle of 330.92º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E4D is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 77 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.44 |
| HSL | 330.92º | 0.82% | 0.31% | - |
| HSV(B) | 330.92º | 0.9% | 0.56% | - |
| XYZ | 13 | 6.78 | 7.64 | - |
| YUV | 60.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 77 | 0 | 0.90 | 0.47 | 0.44 | 330.92 | 0.82 | 0.31 |
| Hex | 90 | E | 4D | 0 | 5A | 2F | 2C | 14B | 52 | 1F |
| Octal | 220 | 16 | 115 | 0 | 132 | 57 | 54 | 513 | 122 | 37 |
| Binary | 10010000 | 1110 | 1001101 | 0 | 1011010 | 101111 | 101100 | 101001011 | 1010010 | 11111 |
Color Harmonies of #900E4D
Complementary color
Monochromatic Colors of #900E4D
Black with #900E4D
Text Example
Text Example
White with #900E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E4D; }
p { color: rgb(144,14,77); }
H1.HeaderClassName
{
color: #900E4D;
}
.AnyTagClassName
{
color: #900E4D;
}
</style>
background-color css
<style>
a { background-color: #900E4D; }
a { background-color: rgb(144,14,77); }
div.DivClassName
{
background-color: #900E4D;
}
.BgClassName
{
background-color: #900E4D;
}
</style>
border-color css
<style>
span { border-color: #900E4D; }
span { border-color: rgb(144,14,77); }
td.TdClassName
{
border-color: #900E4D;
}
.TagClassName
{
border-color: #900E4D;
}
</style>