Shades of Shiraz #911234
Tints of Shiraz #911234
RGB
CMYK
RGB Variations
Color information
#911234 (or 0x911234) is known color: Shiraz. HEX triplet: 91, 12 and 34. RGB value is (145,18,52). Sum of RGB (Red+Green+Blue) = 145+18+52=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #911234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911234 is #6EEDCB. Grayscale: #3B3B3B. Windows color (decimal): -7269836 or 3412625. OLE color: 3412625.
HSL color Cylindrical-coordinate representation of color #911234: hue angle of 343.94º 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 #911234 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 52 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.43 |
| HSL | 343.94º | 0.78% | 0.32% | - |
| HSV(B) | 343.94º | 0.88% | 0.57% | - |
| XYZ | 12.51 | 6.7 | 3.88 | - |
| YUV | 59.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 52 | 0 | 0.88 | 0.64 | 0.43 | 343.94 | 0.78 | 0.32 |
| Hex | 91 | 12 | 34 | 0 | 58 | 40 | 2B | 158 | 4E | 20 |
| Octal | 221 | 22 | 64 | 0 | 130 | 100 | 53 | 530 | 116 | 40 |
| Binary | 10010001 | 10010 | 110100 | 0 | 1011000 | 1000000 | 101011 | 101011000 | 1001110 | 100000 |
Color Harmonies of #911234
Complementary color
Monochromatic Colors of #911234
Black with #911234
Text Example
Text Example
White with #911234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911234; }
p { color: rgb(145,18,52); }
H1.HeaderClassName
{
color: #911234;
}
.AnyTagClassName
{
color: #911234;
}
</style>
background-color css
<style>
a { background-color: #911234; }
a { background-color: rgb(145,18,52); }
div.DivClassName
{
background-color: #911234;
}
.BgClassName
{
background-color: #911234;
}
</style>
border-color css
<style>
span { border-color: #911234; }
span { border-color: rgb(145,18,52); }
td.TdClassName
{
border-color: #911234;
}
.TagClassName
{
border-color: #911234;
}
</style>