Shades of Jazzberry Jam #9D083B
Tints of Jazzberry Jam #9D083B
RGB
CMYK
RGB Variations
Color information
#9D083B (or 0x9D083B) is known color: Jazzberry Jam. HEX triplet: 9D, 08 and 3B. RGB value is (157,8,59). Sum of RGB (Red+Green+Blue) = 157+8+59=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D083B is #62F7C4. Grayscale: #3A3A3A. Windows color (decimal): -6485957 or 3868829. OLE color: 3868829.
HSL color Cylindrical-coordinate representation of color #9D083B: hue angle of 339.46º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D083B is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 59 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.38 |
| HSL | 339.46º | 0.9% | 0.32% | - |
| HSV(B) | 339.46º | 0.95% | 0.62% | - |
| XYZ | 14.78 | 7.66 | 4.84 | - |
| YUV | 58.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 59 | 0 | 0.95 | 0.62 | 0.38 | 339.46 | 0.9 | 0.32 |
| Hex | 9D | 8 | 3B | 0 | 5F | 3E | 26 | 153 | 5A | 20 |
| Octal | 235 | 10 | 73 | 0 | 137 | 76 | 46 | 523 | 132 | 40 |
| Binary | 10011101 | 1000 | 111011 | 0 | 1011111 | 111110 | 100110 | 101010011 | 1011010 | 100000 |
Color Harmonies of #9D083B
Complementary color
Monochromatic Colors of #9D083B
Black with #9D083B
Text Example
Text Example
White with #9D083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D083B; }
p { color: rgb(157,8,59); }
H1.HeaderClassName
{
color: #9D083B;
}
.AnyTagClassName
{
color: #9D083B;
}
</style>
background-color css
<style>
a { background-color: #9D083B; }
a { background-color: rgb(157,8,59); }
div.DivClassName
{
background-color: #9D083B;
}
.BgClassName
{
background-color: #9D083B;
}
</style>
border-color css
<style>
span { border-color: #9D083B; }
span { border-color: rgb(157,8,59); }
td.TdClassName
{
border-color: #9D083B;
}
.TagClassName
{
border-color: #9D083B;
}
</style>