Shades of Jazzberry Jam #9C083D
Tints of Jazzberry Jam #9C083D
RGB
CMYK
RGB Variations
Color information
#9C083D (or 0x9C083D) is known color: Jazzberry Jam. HEX triplet: 9C, 08 and 3D. RGB value is (156,8,61). Sum of RGB (Red+Green+Blue) = 156+8+61=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C083D is #63F7C2. Grayscale: #3A3A3A. Windows color (decimal): -6551491 or 3999900. OLE color: 3999900.
HSL color Cylindrical-coordinate representation of color #9C083D: hue angle of 338.51º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C083D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 61 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.39 |
| HSL | 338.51º | 0.9% | 0.32% | - |
| HSV(B) | 338.51º | 0.95% | 0.61% | - |
| XYZ | 14.64 | 7.58 | 5.11 | - |
| YUV | 58.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 61 | 0 | 0.95 | 0.61 | 0.39 | 338.51 | 0.9 | 0.32 |
| Hex | 9C | 8 | 3D | 0 | 5F | 3D | 27 | 153 | 5A | 20 |
| Octal | 234 | 10 | 75 | 0 | 137 | 75 | 47 | 523 | 132 | 40 |
| Binary | 10011100 | 1000 | 111101 | 0 | 1011111 | 111101 | 100111 | 101010011 | 1011010 | 100000 |
Color Harmonies of #9C083D
Complementary color
Monochromatic Colors of #9C083D
Black with #9C083D
Text Example
Text Example
White with #9C083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C083D; }
p { color: rgb(156,8,61); }
H1.HeaderClassName
{
color: #9C083D;
}
.AnyTagClassName
{
color: #9C083D;
}
</style>
background-color css
<style>
a { background-color: #9C083D; }
a { background-color: rgb(156,8,61); }
div.DivClassName
{
background-color: #9C083D;
}
.BgClassName
{
background-color: #9C083D;
}
</style>
border-color css
<style>
span { border-color: #9C083D; }
span { border-color: rgb(156,8,61); }
td.TdClassName
{
border-color: #9C083D;
}
.TagClassName
{
border-color: #9C083D;
}
</style>