Shades of Shiraz #93183D
Tints of Shiraz #93183D
RGB
CMYK
RGB Variations
Color information
#93183D (or 0x93183D) is known color: Shiraz. HEX triplet: 93, 18 and 3D. RGB value is (147,24,61). Sum of RGB (Red+Green+Blue) = 147+24+61=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #93183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93183D is #6CE7C2. Grayscale: #404040. Windows color (decimal): -7137219 or 4003987. OLE color: 4003987.
HSL color Cylindrical-coordinate representation of color #93183D: hue angle of 341.95º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93183D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 24 | 61 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.42 |
| HSL | 341.95º | 0.72% | 0.34% | - |
| HSV(B) | 341.95º | 0.84% | 0.58% | - |
| XYZ | 13.2 | 7.19 | 5.11 | - |
| YUV | 65 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 61 | 0 | 0.84 | 0.59 | 0.42 | 341.95 | 0.72 | 0.34 |
| Hex | 93 | 18 | 3D | 0 | 54 | 3B | 2A | 156 | 48 | 22 |
| Octal | 223 | 30 | 75 | 0 | 124 | 73 | 52 | 526 | 110 | 42 |
| Binary | 10010011 | 11000 | 111101 | 0 | 1010100 | 111011 | 101010 | 101010110 | 1001000 | 100010 |
Color Harmonies of #93183D
Complementary color
Monochromatic Colors of #93183D
Black with #93183D
Text Example
Text Example
White with #93183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93183D; }
p { color: rgb(147,24,61); }
H1.HeaderClassName
{
color: #93183D;
}
.AnyTagClassName
{
color: #93183D;
}
</style>
background-color css
<style>
a { background-color: #93183D; }
a { background-color: rgb(147,24,61); }
div.DivClassName
{
background-color: #93183D;
}
.BgClassName
{
background-color: #93183D;
}
</style>
border-color css
<style>
span { border-color: #93183D; }
span { border-color: rgb(147,24,61); }
td.TdClassName
{
border-color: #93183D;
}
.TagClassName
{
border-color: #93183D;
}
</style>