Shades of Jazzberry Jam #99074D
Tints of Jazzberry Jam #99074D
RGB
CMYK
RGB Variations
Color information
#99074D (or 0x99074D) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 4D. RGB value is (153,7,77). Sum of RGB (Red+Green+Blue) = 153+7+77=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #99074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99074D is #66F8B2. Grayscale: #3A3A3A. Windows color (decimal): -6748339 or 5048217. OLE color: 5048217.
HSL color Cylindrical-coordinate representation of color #99074D: hue angle of 331.23º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99074D is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 77 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.4 |
| HSL | 331.23º | 0.91% | 0.31% | - |
| HSV(B) | 331.23º | 0.95% | 0.6% | - |
| XYZ | 14.55 | 7.46 | 7.69 | - |
| YUV | 58.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 77 | 0 | 0.95 | 0.50 | 0.4 | 331.23 | 0.91 | 0.31 |
| Hex | 99 | 7 | 4D | 0 | 5F | 32 | 28 | 14B | 5B | 1F |
| Octal | 231 | 7 | 115 | 0 | 137 | 62 | 50 | 513 | 133 | 37 |
| Binary | 10011001 | 111 | 1001101 | 0 | 1011111 | 110010 | 101000 | 101001011 | 1011011 | 11111 |
Color Harmonies of #99074D
Complementary color
Monochromatic Colors of #99074D
Black with #99074D
Text Example
Text Example
White with #99074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99074D; }
p { color: rgb(153,7,77); }
H1.HeaderClassName
{
color: #99074D;
}
.AnyTagClassName
{
color: #99074D;
}
</style>
background-color css
<style>
a { background-color: #99074D; }
a { background-color: rgb(153,7,77); }
div.DivClassName
{
background-color: #99074D;
}
.BgClassName
{
background-color: #99074D;
}
</style>
border-color css
<style>
span { border-color: #99074D; }
span { border-color: rgb(153,7,77); }
td.TdClassName
{
border-color: #99074D;
}
.TagClassName
{
border-color: #99074D;
}
</style>