Shades of Shiraz #93123B
Tints of Shiraz #93123B
RGB
CMYK
RGB Variations
Color information
#93123B (or 0x93123B) is known color: Shiraz. HEX triplet: 93, 12 and 3B. RGB value is (147,18,59). Sum of RGB (Red+Green+Blue) = 147+18+59=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #93123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93123B is #6CEDC4. Grayscale: #3D3D3D. Windows color (decimal): -7138757 or 3871379. OLE color: 3871379.
HSL color Cylindrical-coordinate representation of color #93123B: hue angle of 340.93º degrees, saturation: 0.78, 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 #93123B is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 18 | 59 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.42 |
| HSL | 340.93º | 0.78% | 0.32% | - |
| HSV(B) | 340.93º | 0.88% | 0.58% | - |
| XYZ | 13.04 | 6.95 | 4.79 | - |
| YUV | 61.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 59 | 0 | 0.88 | 0.60 | 0.42 | 340.93 | 0.78 | 0.32 |
| Hex | 93 | 12 | 3B | 0 | 58 | 3C | 2A | 155 | 4E | 20 |
| Octal | 223 | 22 | 73 | 0 | 130 | 74 | 52 | 525 | 116 | 40 |
| Binary | 10010011 | 10010 | 111011 | 0 | 1011000 | 111100 | 101010 | 101010101 | 1001110 | 100000 |
Color Harmonies of #93123B
Complementary color
Monochromatic Colors of #93123B
Black with #93123B
Text Example
Text Example
White with #93123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93123B; }
p { color: rgb(147,18,59); }
H1.HeaderClassName
{
color: #93123B;
}
.AnyTagClassName
{
color: #93123B;
}
</style>
background-color css
<style>
a { background-color: #93123B; }
a { background-color: rgb(147,18,59); }
div.DivClassName
{
background-color: #93123B;
}
.BgClassName
{
background-color: #93123B;
}
</style>
border-color css
<style>
span { border-color: #93123B; }
span { border-color: rgb(147,18,59); }
td.TdClassName
{
border-color: #93123B;
}
.TagClassName
{
border-color: #93123B;
}
</style>