Shades of Jazzberry Jam #99083D
Tints of Jazzberry Jam #99083D
RGB
CMYK
RGB Variations
Color information
#99083D (or 0x99083D) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 3D. RGB value is (153,8,61). Sum of RGB (Red+Green+Blue) = 153+8+61=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #99083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99083D is #66F7C2. Grayscale: #393939. Windows color (decimal): -6748099 or 3999897. OLE color: 3999897.
HSL color Cylindrical-coordinate representation of color #99083D: hue angle of 338.07º 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 #99083D is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 61 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.4 |
| HSL | 338.07º | 0.9% | 0.32% | - |
| HSV(B) | 338.07º | 0.95% | 0.6% | - |
| XYZ | 14.07 | 7.28 | 5.08 | - |
| YUV | 57.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 61 | 0 | 0.95 | 0.60 | 0.4 | 338.07 | 0.9 | 0.32 |
| Hex | 99 | 8 | 3D | 0 | 5F | 3C | 28 | 152 | 5A | 20 |
| Octal | 231 | 10 | 75 | 0 | 137 | 74 | 50 | 522 | 132 | 40 |
| Binary | 10011001 | 1000 | 111101 | 0 | 1011111 | 111100 | 101000 | 101010010 | 1011010 | 100000 |
Color Harmonies of #99083D
Complementary color
Monochromatic Colors of #99083D
Black with #99083D
Text Example
Text Example
White with #99083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99083D; }
p { color: rgb(153,8,61); }
H1.HeaderClassName
{
color: #99083D;
}
.AnyTagClassName
{
color: #99083D;
}
</style>
background-color css
<style>
a { background-color: #99083D; }
a { background-color: rgb(153,8,61); }
div.DivClassName
{
background-color: #99083D;
}
.BgClassName
{
background-color: #99083D;
}
</style>
border-color css
<style>
span { border-color: #99083D; }
span { border-color: rgb(153,8,61); }
td.TdClassName
{
border-color: #99083D;
}
.TagClassName
{
border-color: #99083D;
}
</style>