Shades of Jazzberry Jam #93073F
Tints of Jazzberry Jam #93073F
RGB
CMYK
RGB Variations
Color information
#93073F (or 0x93073F) is known color: Jazzberry Jam. HEX triplet: 93, 07 and 3F. RGB value is (147,7,63). Sum of RGB (Red+Green+Blue) = 147+7+63=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #93073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93073F is #6CF8C0. Grayscale: #373737. Windows color (decimal): -7141569 or 4130707. OLE color: 4130707.
HSL color Cylindrical-coordinate representation of color #93073F: hue angle of 336º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93073F is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 63 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.42 |
| HSL | 336º | 0.91% | 0.3% | - |
| HSV(B) | 336º | 0.95% | 0.58% | - |
| XYZ | 13.01 | 6.71 | 5.31 | - |
| YUV | 55.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 63 | 0 | 0.95 | 0.57 | 0.42 | 336 | 0.91 | 0.3 |
| Hex | 93 | 7 | 3F | 0 | 5F | 39 | 2A | 150 | 5B | 1E |
| Octal | 223 | 7 | 77 | 0 | 137 | 71 | 52 | 520 | 133 | 36 |
| Binary | 10010011 | 111 | 111111 | 0 | 1011111 | 111001 | 101010 | 101010000 | 1011011 | 11110 |
Color Harmonies of #93073F
Complementary color
Monochromatic Colors of #93073F
Black with #93073F
Text Example
Text Example
White with #93073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93073F; }
p { color: rgb(147,7,63); }
H1.HeaderClassName
{
color: #93073F;
}
.AnyTagClassName
{
color: #93073F;
}
</style>
background-color css
<style>
a { background-color: #93073F; }
a { background-color: rgb(147,7,63); }
div.DivClassName
{
background-color: #93073F;
}
.BgClassName
{
background-color: #93073F;
}
</style>
border-color css
<style>
span { border-color: #93073F; }
span { border-color: rgb(147,7,63); }
td.TdClassName
{
border-color: #93073F;
}
.TagClassName
{
border-color: #93073F;
}
</style>