Shades of Jazzberry Jam #95134D
Tints of Jazzberry Jam #95134D
RGB
CMYK
RGB Variations
Color information
#95134D (or 0x95134D) is known color: Jazzberry Jam. HEX triplet: 95, 13 and 4D. RGB value is (149,19,77). Sum of RGB (Red+Green+Blue) = 149+19+77=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95134D is #6AECB2. Grayscale: #404040. Windows color (decimal): -7007411 or 5051285. OLE color: 5051285.
HSL color Cylindrical-coordinate representation of color #95134D: hue angle of 333.23º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95134D is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 77 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.42 |
| HSL | 333.23º | 0.77% | 0.33% | - |
| HSV(B) | 333.23º | 0.87% | 0.58% | - |
| XYZ | 13.97 | 7.39 | 7.71 | - |
| YUV | 64.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 77 | 0 | 0.87 | 0.48 | 0.42 | 333.23 | 0.77 | 0.33 |
| Hex | 95 | 13 | 4D | 0 | 57 | 30 | 2A | 14D | 4D | 21 |
| Octal | 225 | 23 | 115 | 0 | 127 | 60 | 52 | 515 | 115 | 41 |
| Binary | 10010101 | 10011 | 1001101 | 0 | 1010111 | 110000 | 101010 | 101001101 | 1001101 | 100001 |
Color Harmonies of #95134D
Complementary color
Monochromatic Colors of #95134D
Black with #95134D
Text Example
Text Example
White with #95134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95134D; }
p { color: rgb(149,19,77); }
H1.HeaderClassName
{
color: #95134D;
}
.AnyTagClassName
{
color: #95134D;
}
</style>
background-color css
<style>
a { background-color: #95134D; }
a { background-color: rgb(149,19,77); }
div.DivClassName
{
background-color: #95134D;
}
.BgClassName
{
background-color: #95134D;
}
</style>
border-color css
<style>
span { border-color: #95134D; }
span { border-color: rgb(149,19,77); }
td.TdClassName
{
border-color: #95134D;
}
.TagClassName
{
border-color: #95134D;
}
</style>