Shades of Jazzberry Jam #9C0D41
Tints of Jazzberry Jam #9C0D41
RGB
CMYK
RGB Variations
Color information
#9C0D41 (or 0x9C0D41) is known color: Jazzberry Jam. HEX triplet: 9C, 0D and 41. RGB value is (156,13,65). Sum of RGB (Red+Green+Blue) = 156+13+65=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0D41 is #63F2BE. Grayscale: #3D3D3D. Windows color (decimal): -6550207 or 4263324. OLE color: 4263324.
HSL color Cylindrical-coordinate representation of color #9C0D41: hue angle of 338.18º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D41 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 65 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.39 |
| HSL | 338.18º | 0.85% | 0.33% | - |
| HSV(B) | 338.18º | 0.92% | 0.61% | - |
| XYZ | 14.81 | 7.74 | 5.71 | - |
| YUV | 61.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 65 | 0 | 0.92 | 0.58 | 0.39 | 338.18 | 0.85 | 0.33 |
| Hex | 9C | D | 41 | 0 | 5C | 3A | 27 | 152 | 55 | 21 |
| Octal | 234 | 15 | 101 | 0 | 134 | 72 | 47 | 522 | 125 | 41 |
| Binary | 10011100 | 1101 | 1000001 | 0 | 1011100 | 111010 | 100111 | 101010010 | 1010101 | 100001 |
Color Harmonies of #9C0D41
Complementary color
Monochromatic Colors of #9C0D41
Black with #9C0D41
Text Example
Text Example
White with #9C0D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D41; }
p { color: rgb(156,13,65); }
H1.HeaderClassName
{
color: #9C0D41;
}
.AnyTagClassName
{
color: #9C0D41;
}
</style>
background-color css
<style>
a { background-color: #9C0D41; }
a { background-color: rgb(156,13,65); }
div.DivClassName
{
background-color: #9C0D41;
}
.BgClassName
{
background-color: #9C0D41;
}
</style>
border-color css
<style>
span { border-color: #9C0D41; }
span { border-color: rgb(156,13,65); }
td.TdClassName
{
border-color: #9C0D41;
}
.TagClassName
{
border-color: #9C0D41;
}
</style>