Shades of Jazzberry Jam #900D58
Tints of Jazzberry Jam #900D58
RGB
CMYK
RGB Variations
Color information
#900D58 (or 0x900D58) is known color: Jazzberry Jam. HEX triplet: 90, 0D and 58. RGB value is (144,13,88). Sum of RGB (Red+Green+Blue) = 144+13+88=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #900D58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900D58 is #6FF2A7. Grayscale: #3C3C3C. Windows color (decimal): -7336616 or 5770640. OLE color: 5770640.
HSL color Cylindrical-coordinate representation of color #900D58: hue angle of 325.65º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D58 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 88 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.44 |
| HSL | 325.65º | 0.83% | 0.31% | - |
| HSV(B) | 325.65º | 0.91% | 0.56% | - |
| XYZ | 13.41 | 6.92 | 9.86 | - |
| YUV | 60.72 | 143.4 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 88 | 0 | 0.91 | 0.39 | 0.44 | 325.65 | 0.83 | 0.31 |
| Hex | 90 | D | 58 | 0 | 5B | 27 | 2C | 146 | 53 | 1F |
| Octal | 220 | 15 | 130 | 0 | 133 | 47 | 54 | 506 | 123 | 37 |
| Binary | 10010000 | 1101 | 1011000 | 0 | 1011011 | 100111 | 101100 | 101000110 | 1010011 | 11111 |
Color Harmonies of #900D58
Complementary color
Monochromatic Colors of #900D58
Black with #900D58
Text Example
Text Example
White with #900D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D58; }
p { color: rgb(144,13,88); }
H1.HeaderClassName
{
color: #900D58;
}
.AnyTagClassName
{
color: #900D58;
}
</style>
background-color css
<style>
a { background-color: #900D58; }
a { background-color: rgb(144,13,88); }
div.DivClassName
{
background-color: #900D58;
}
.BgClassName
{
background-color: #900D58;
}
</style>
border-color css
<style>
span { border-color: #900D58; }
span { border-color: rgb(144,13,88); }
td.TdClassName
{
border-color: #900D58;
}
.TagClassName
{
border-color: #900D58;
}
</style>