Shades of Shiraz #930F37
Tints of Shiraz #930F37
RGB
CMYK
RGB Variations
Color information
#930F37 (or 0x930F37) is known color: Shiraz. HEX triplet: 93, 0F and 37. RGB value is (147,15,55). Sum of RGB (Red+Green+Blue) = 147+15+55=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #930F37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F37 is #6CF0C8. Grayscale: #3B3B3B. Windows color (decimal): -7139529 or 3608467. OLE color: 3608467.
HSL color Cylindrical-coordinate representation of color #930F37: hue angle of 341.82º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F37 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 55 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.42 |
| HSL | 341.82º | 0.81% | 0.32% | - |
| HSV(B) | 341.82º | 0.9% | 0.58% | - |
| XYZ | 12.89 | 6.82 | 4.25 | - |
| YUV | 59.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 55 | 0 | 0.90 | 0.63 | 0.42 | 341.82 | 0.81 | 0.32 |
| Hex | 93 | F | 37 | 0 | 5A | 3F | 2A | 156 | 51 | 20 |
| Octal | 223 | 17 | 67 | 0 | 132 | 77 | 52 | 526 | 121 | 40 |
| Binary | 10010011 | 1111 | 110111 | 0 | 1011010 | 111111 | 101010 | 101010110 | 1010001 | 100000 |
Color Harmonies of #930F37
Complementary color
Monochromatic Colors of #930F37
Black with #930F37
Text Example
Text Example
White with #930F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F37; }
p { color: rgb(147,15,55); }
H1.HeaderClassName
{
color: #930F37;
}
.AnyTagClassName
{
color: #930F37;
}
</style>
background-color css
<style>
a { background-color: #930F37; }
a { background-color: rgb(147,15,55); }
div.DivClassName
{
background-color: #930F37;
}
.BgClassName
{
background-color: #930F37;
}
</style>
border-color css
<style>
span { border-color: #930F37; }
span { border-color: rgb(147,15,55); }
td.TdClassName
{
border-color: #930F37;
}
.TagClassName
{
border-color: #930F37;
}
</style>