Shades of Jazzberry Jam #900A42
Tints of Jazzberry Jam #900A42
RGB
CMYK
RGB Variations
Color information
#900A42 (or 0x900A42) is known color: Jazzberry Jam. HEX triplet: 90, 0A and 42. RGB value is (144,10,66). Sum of RGB (Red+Green+Blue) = 144+10+66=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #900A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A42 is #6FF5BD. Grayscale: #383838. Windows color (decimal): -7337406 or 4328080. OLE color: 4328080.
HSL color Cylindrical-coordinate representation of color #900A42: hue angle of 334.93º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A42 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 66 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.44 |
| HSL | 334.93º | 0.87% | 0.3% | - |
| HSV(B) | 334.93º | 0.93% | 0.56% | - |
| XYZ | 12.59 | 6.54 | 5.75 | - |
| YUV | 56.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 66 | 0 | 0.93 | 0.54 | 0.44 | 334.93 | 0.87 | 0.3 |
| Hex | 90 | A | 42 | 0 | 5D | 36 | 2C | 14F | 57 | 1E |
| Octal | 220 | 12 | 102 | 0 | 135 | 66 | 54 | 517 | 127 | 36 |
| Binary | 10010000 | 1010 | 1000010 | 0 | 1011101 | 110110 | 101100 | 101001111 | 1010111 | 11110 |
Color Harmonies of #900A42
Complementary color
Monochromatic Colors of #900A42
Black with #900A42
Text Example
Text Example
White with #900A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A42; }
p { color: rgb(144,10,66); }
H1.HeaderClassName
{
color: #900A42;
}
.AnyTagClassName
{
color: #900A42;
}
</style>
background-color css
<style>
a { background-color: #900A42; }
a { background-color: rgb(144,10,66); }
div.DivClassName
{
background-color: #900A42;
}
.BgClassName
{
background-color: #900A42;
}
</style>
border-color css
<style>
span { border-color: #900A42; }
span { border-color: rgb(144,10,66); }
td.TdClassName
{
border-color: #900A42;
}
.TagClassName
{
border-color: #900A42;
}
</style>