Shades of Jazzberry Jam #99083F
Tints of Jazzberry Jam #99083F
RGB
CMYK
RGB Variations
Color information
#99083F (or 0x99083F) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 3F. RGB value is (153,8,63). Sum of RGB (Red+Green+Blue) = 153+8+63=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #99083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99083F is #66F7C0. Grayscale: #393939. Windows color (decimal): -6748097 or 4130969. OLE color: 4130969.
HSL color Cylindrical-coordinate representation of color #99083F: hue angle of 337.24º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99083F is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 63 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.4 |
| HSL | 337.24º | 0.9% | 0.32% | - |
| HSV(B) | 337.24º | 0.95% | 0.6% | - |
| XYZ | 14.12 | 7.3 | 5.37 | - |
| YUV | 57.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 63 | 0 | 0.95 | 0.59 | 0.4 | 337.24 | 0.9 | 0.32 |
| Hex | 99 | 8 | 3F | 0 | 5F | 3B | 28 | 151 | 5A | 20 |
| Octal | 231 | 10 | 77 | 0 | 137 | 73 | 50 | 521 | 132 | 40 |
| Binary | 10011001 | 1000 | 111111 | 0 | 1011111 | 111011 | 101000 | 101010001 | 1011010 | 100000 |
Color Harmonies of #99083F
Complementary color
Monochromatic Colors of #99083F
Black with #99083F
Text Example
Text Example
White with #99083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99083F; }
p { color: rgb(153,8,63); }
H1.HeaderClassName
{
color: #99083F;
}
.AnyTagClassName
{
color: #99083F;
}
</style>
background-color css
<style>
a { background-color: #99083F; }
a { background-color: rgb(153,8,63); }
div.DivClassName
{
background-color: #99083F;
}
.BgClassName
{
background-color: #99083F;
}
</style>
border-color css
<style>
span { border-color: #99083F; }
span { border-color: rgb(153,8,63); }
td.TdClassName
{
border-color: #99083F;
}
.TagClassName
{
border-color: #99083F;
}
</style>