Shades of Shiraz #911231
Tints of Shiraz #911231
RGB
CMYK
RGB Variations
Color information
#911231 (or 0x911231) is known color: Shiraz. HEX triplet: 91, 12 and 31. RGB value is (145,18,49). Sum of RGB (Red+Green+Blue) = 145+18+49=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #911231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911231 is #6EEDCE. Grayscale: #3B3B3B. Windows color (decimal): -7269839 or 3216017. OLE color: 3216017.
HSL color Cylindrical-coordinate representation of color #911231: hue angle of 345.35º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911231 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 49 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.43 |
| HSL | 345.35º | 0.78% | 0.32% | - |
| HSV(B) | 345.35º | 0.88% | 0.57% | - |
| XYZ | 12.45 | 6.67 | 3.54 | - |
| YUV | 59.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 49 | 0 | 0.88 | 0.66 | 0.43 | 345.35 | 0.78 | 0.32 |
| Hex | 91 | 12 | 31 | 0 | 58 | 42 | 2B | 159 | 4E | 20 |
| Octal | 221 | 22 | 61 | 0 | 130 | 102 | 53 | 531 | 116 | 40 |
| Binary | 10010001 | 10010 | 110001 | 0 | 1011000 | 1000010 | 101011 | 101011001 | 1001110 | 100000 |
Color Harmonies of #911231
Complementary color
Monochromatic Colors of #911231
Black with #911231
Text Example
Text Example
White with #911231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911231; }
p { color: rgb(145,18,49); }
H1.HeaderClassName
{
color: #911231;
}
.AnyTagClassName
{
color: #911231;
}
</style>
background-color css
<style>
a { background-color: #911231; }
a { background-color: rgb(145,18,49); }
div.DivClassName
{
background-color: #911231;
}
.BgClassName
{
background-color: #911231;
}
</style>
border-color css
<style>
span { border-color: #911231; }
span { border-color: rgb(145,18,49); }
td.TdClassName
{
border-color: #911231;
}
.TagClassName
{
border-color: #911231;
}
</style>