Shades of Shiraz #93113C
Tints of Shiraz #93113C
RGB
CMYK
RGB Variations
Color information
#93113C (or 0x93113C) is known color: Shiraz. HEX triplet: 93, 11 and 3C. RGB value is (147,17,60). Sum of RGB (Red+Green+Blue) = 147+17+60=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #93113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93113C is #6CEEC3. Grayscale: #3C3C3C. Windows color (decimal): -7139012 or 3936659. OLE color: 3936659.
HSL color Cylindrical-coordinate representation of color #93113C: hue angle of 340.15º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93113C is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 60 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.42 |
| HSL | 340.15º | 0.79% | 0.32% | - |
| HSV(B) | 340.15º | 0.88% | 0.58% | - |
| XYZ | 13.05 | 6.93 | 4.92 | - |
| YUV | 60.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 60 | 0 | 0.88 | 0.59 | 0.42 | 340.15 | 0.79 | 0.32 |
| Hex | 93 | 11 | 3C | 0 | 58 | 3B | 2A | 154 | 4F | 20 |
| Octal | 223 | 21 | 74 | 0 | 130 | 73 | 52 | 524 | 117 | 40 |
| Binary | 10010011 | 10001 | 111100 | 0 | 1011000 | 111011 | 101010 | 101010100 | 1001111 | 100000 |
Color Harmonies of #93113C
Complementary color
Monochromatic Colors of #93113C
Black with #93113C
Text Example
Text Example
White with #93113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93113C; }
p { color: rgb(147,17,60); }
H1.HeaderClassName
{
color: #93113C;
}
.AnyTagClassName
{
color: #93113C;
}
</style>
background-color css
<style>
a { background-color: #93113C; }
a { background-color: rgb(147,17,60); }
div.DivClassName
{
background-color: #93113C;
}
.BgClassName
{
background-color: #93113C;
}
</style>
border-color css
<style>
span { border-color: #93113C; }
span { border-color: rgb(147,17,60); }
td.TdClassName
{
border-color: #93113C;
}
.TagClassName
{
border-color: #93113C;
}
</style>