Shades of Jazzberry Jam #93063F
Tints of Jazzberry Jam #93063F
RGB
CMYK
RGB Variations
Color information
#93063F (or 0x93063F) is known color: Jazzberry Jam. HEX triplet: 93, 06 and 3F. RGB value is (147,6,63). Sum of RGB (Red+Green+Blue) = 147+6+63=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #93063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93063F is #6CF9C0. Grayscale: #363636. Windows color (decimal): -7141825 or 4130451. OLE color: 4130451.
HSL color Cylindrical-coordinate representation of color #93063F: hue angle of 335.74º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93063F is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 63 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.42 |
| HSL | 335.74º | 0.92% | 0.3% | - |
| HSV(B) | 335.74º | 0.96% | 0.58% | - |
| XYZ | 12.99 | 6.69 | 5.31 | - |
| YUV | 54.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 63 | 0 | 0.96 | 0.57 | 0.42 | 335.74 | 0.92 | 0.3 |
| Hex | 93 | 6 | 3F | 0 | 60 | 39 | 2A | 150 | 5C | 1E |
| Octal | 223 | 6 | 77 | 0 | 140 | 71 | 52 | 520 | 134 | 36 |
| Binary | 10010011 | 110 | 111111 | 0 | 1100000 | 111001 | 101010 | 101010000 | 1011100 | 11110 |
Color Harmonies of #93063F
Complementary color
Monochromatic Colors of #93063F
Black with #93063F
Text Example
Text Example
White with #93063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93063F; }
p { color: rgb(147,6,63); }
H1.HeaderClassName
{
color: #93063F;
}
.AnyTagClassName
{
color: #93063F;
}
</style>
background-color css
<style>
a { background-color: #93063F; }
a { background-color: rgb(147,6,63); }
div.DivClassName
{
background-color: #93063F;
}
.BgClassName
{
background-color: #93063F;
}
</style>
border-color css
<style>
span { border-color: #93063F; }
span { border-color: rgb(147,6,63); }
td.TdClassName
{
border-color: #93063F;
}
.TagClassName
{
border-color: #93063F;
}
</style>