Shades of Jazzberry Jam #900E4A
Tints of Jazzberry Jam #900E4A
RGB
CMYK
RGB Variations
Color information
#900E4A (or 0x900E4A) is known color: Jazzberry Jam. HEX triplet: 90, 0E and 4A. RGB value is (144,14,74). Sum of RGB (Red+Green+Blue) = 144+14+74=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #900E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900E4A is #6FF1B5. Grayscale: #3B3B3B. Windows color (decimal): -7336374 or 4853392. OLE color: 4853392.
HSL color Cylindrical-coordinate representation of color #900E4A: hue angle of 332.31º 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 #900E4A is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 74 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.44 |
| HSL | 332.31º | 0.82% | 0.31% | - |
| HSV(B) | 332.31º | 0.9% | 0.56% | - |
| XYZ | 12.89 | 6.74 | 7.1 | - |
| YUV | 59.71 | 136.07 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 74 | 0 | 0.90 | 0.49 | 0.44 | 332.31 | 0.82 | 0.31 |
| Hex | 90 | E | 4A | 0 | 5A | 31 | 2C | 14C | 52 | 1F |
| Octal | 220 | 16 | 112 | 0 | 132 | 61 | 54 | 514 | 122 | 37 |
| Binary | 10010000 | 1110 | 1001010 | 0 | 1011010 | 110001 | 101100 | 101001100 | 1010010 | 11111 |
Color Harmonies of #900E4A
Complementary color
Monochromatic Colors of #900E4A
Black with #900E4A
Text Example
Text Example
White with #900E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E4A; }
p { color: rgb(144,14,74); }
H1.HeaderClassName
{
color: #900E4A;
}
.AnyTagClassName
{
color: #900E4A;
}
</style>
background-color css
<style>
a { background-color: #900E4A; }
a { background-color: rgb(144,14,74); }
div.DivClassName
{
background-color: #900E4A;
}
.BgClassName
{
background-color: #900E4A;
}
</style>
border-color css
<style>
span { border-color: #900E4A; }
span { border-color: rgb(144,14,74); }
td.TdClassName
{
border-color: #900E4A;
}
.TagClassName
{
border-color: #900E4A;
}
</style>