Shades of Shiraz #931235
Tints of Shiraz #931235
RGB
CMYK
RGB Variations
Color information
#931235 (or 0x931235) is known color: Shiraz. HEX triplet: 93, 12 and 35. RGB value is (147,18,53). Sum of RGB (Red+Green+Blue) = 147+18+53=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #931235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931235 is #6CEDCA. Grayscale: #3C3C3C. Windows color (decimal): -7138763 or 3478163. OLE color: 3478163.
HSL color Cylindrical-coordinate representation of color #931235: hue angle of 343.72º 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 #931235 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 18 | 53 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.42 |
| HSL | 343.72º | 0.78% | 0.32% | - |
| HSV(B) | 343.72º | 0.88% | 0.58% | - |
| XYZ | 12.89 | 6.89 | 4.02 | - |
| YUV | 60.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 53 | 0 | 0.88 | 0.64 | 0.42 | 343.72 | 0.78 | 0.32 |
| Hex | 93 | 12 | 35 | 0 | 58 | 40 | 2A | 158 | 4E | 20 |
| Octal | 223 | 22 | 65 | 0 | 130 | 100 | 52 | 530 | 116 | 40 |
| Binary | 10010011 | 10010 | 110101 | 0 | 1011000 | 1000000 | 101010 | 101011000 | 1001110 | 100000 |
Color Harmonies of #931235
Complementary color
Monochromatic Colors of #931235
Black with #931235
Text Example
Text Example
White with #931235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931235; }
p { color: rgb(147,18,53); }
H1.HeaderClassName
{
color: #931235;
}
.AnyTagClassName
{
color: #931235;
}
</style>
background-color css
<style>
a { background-color: #931235; }
a { background-color: rgb(147,18,53); }
div.DivClassName
{
background-color: #931235;
}
.BgClassName
{
background-color: #931235;
}
</style>
border-color css
<style>
span { border-color: #931235; }
span { border-color: rgb(147,18,53); }
td.TdClassName
{
border-color: #931235;
}
.TagClassName
{
border-color: #931235;
}
</style>