Shades of Jazzberry Jam #95014D
Tints of Jazzberry Jam #95014D
RGB
CMYK
RGB Variations
Color information
#95014D (or 0x95014D) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 4D. RGB value is (149,1,77). Sum of RGB (Red+Green+Blue) = 149+1+77=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95014D is #6AFEB2. Grayscale: #353535. Windows color (decimal): -7012019 or 5046677. OLE color: 5046677.
HSL color Cylindrical-coordinate representation of color #95014D: hue angle of 329.19º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95014D is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.42 |
| HSL | 329.19º | 0.99% | 0.29% | - |
| HSV(B) | 329.19º | 0.99% | 0.58% | - |
| XYZ | 13.74 | 6.95 | 7.64 | - |
| YUV | 53.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 77 | 0 | 0.99 | 0.48 | 0.42 | 329.19 | 0.99 | 0.29 |
| Hex | 95 | 1 | 4D | 0 | 63 | 30 | 2A | 149 | 63 | 1D |
| Octal | 225 | 1 | 115 | 0 | 143 | 60 | 52 | 511 | 143 | 35 |
| Binary | 10010101 | 1 | 1001101 | 0 | 1100011 | 110000 | 101010 | 101001001 | 1100011 | 11101 |
Color Harmonies of #95014D
Complementary color
Monochromatic Colors of #95014D
Black with #95014D
Text Example
Text Example
White with #95014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95014D; }
p { color: rgb(149,1,77); }
H1.HeaderClassName
{
color: #95014D;
}
.AnyTagClassName
{
color: #95014D;
}
</style>
background-color css
<style>
a { background-color: #95014D; }
a { background-color: rgb(149,1,77); }
div.DivClassName
{
background-color: #95014D;
}
.BgClassName
{
background-color: #95014D;
}
</style>
border-color css
<style>
span { border-color: #95014D; }
span { border-color: rgb(149,1,77); }
td.TdClassName
{
border-color: #95014D;
}
.TagClassName
{
border-color: #95014D;
}
</style>