Shades of Jazzberry Jam #95024D
Tints of Jazzberry Jam #95024D
RGB
CMYK
RGB Variations
Color information
#95024D (or 0x95024D) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 4D. RGB value is (149,2,77). Sum of RGB (Red+Green+Blue) = 149+2+77=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95024D is #6AFDB2. Grayscale: #363636. Windows color (decimal): -7011763 or 5046933. OLE color: 5046933.
HSL color Cylindrical-coordinate representation of color #95024D: hue angle of 329.39º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95024D is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.42 |
| HSL | 329.39º | 0.97% | 0.3% | - |
| HSV(B) | 329.39º | 0.99% | 0.58% | - |
| XYZ | 13.76 | 6.97 | 7.64 | - |
| YUV | 54.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 77 | 0 | 0.99 | 0.48 | 0.42 | 329.39 | 0.97 | 0.3 |
| Hex | 95 | 2 | 4D | 0 | 63 | 30 | 2A | 149 | 61 | 1E |
| Octal | 225 | 2 | 115 | 0 | 143 | 60 | 52 | 511 | 141 | 36 |
| Binary | 10010101 | 10 | 1001101 | 0 | 1100011 | 110000 | 101010 | 101001001 | 1100001 | 11110 |
Color Harmonies of #95024D
Complementary color
Monochromatic Colors of #95024D
Black with #95024D
Text Example
Text Example
White with #95024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95024D; }
p { color: rgb(149,2,77); }
H1.HeaderClassName
{
color: #95024D;
}
.AnyTagClassName
{
color: #95024D;
}
</style>
background-color css
<style>
a { background-color: #95024D; }
a { background-color: rgb(149,2,77); }
div.DivClassName
{
background-color: #95024D;
}
.BgClassName
{
background-color: #95024D;
}
</style>
border-color css
<style>
span { border-color: #95024D; }
span { border-color: rgb(149,2,77); }
td.TdClassName
{
border-color: #95024D;
}
.TagClassName
{
border-color: #95024D;
}
</style>