Shades of Shiraz #911434
Tints of Shiraz #911434
RGB
CMYK
RGB Variations
Color information
#911434 (or 0x911434) is known color: Shiraz. HEX triplet: 91, 14 and 34. RGB value is (145,20,52). Sum of RGB (Red+Green+Blue) = 145+20+52=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #911434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911434 is #6EEBCB. Grayscale: #3D3D3D. Windows color (decimal): -7269324 or 3413137. OLE color: 3413137.
HSL color Cylindrical-coordinate representation of color #911434: hue angle of 344.64º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911434 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 20 | 52 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.43 |
| HSL | 344.64º | 0.76% | 0.32% | - |
| HSV(B) | 344.64º | 0.86% | 0.57% | - |
| XYZ | 12.55 | 6.77 | 3.89 | - |
| YUV | 61.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 52 | 0 | 0.86 | 0.64 | 0.43 | 344.64 | 0.76 | 0.32 |
| Hex | 91 | 14 | 34 | 0 | 56 | 40 | 2B | 159 | 4C | 20 |
| Octal | 221 | 24 | 64 | 0 | 126 | 100 | 53 | 531 | 114 | 40 |
| Binary | 10010001 | 10100 | 110100 | 0 | 1010110 | 1000000 | 101011 | 101011001 | 1001100 | 100000 |
Color Harmonies of #911434
Complementary color
Monochromatic Colors of #911434
Black with #911434
Text Example
Text Example
White with #911434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911434; }
p { color: rgb(145,20,52); }
H1.HeaderClassName
{
color: #911434;
}
.AnyTagClassName
{
color: #911434;
}
</style>
background-color css
<style>
a { background-color: #911434; }
a { background-color: rgb(145,20,52); }
div.DivClassName
{
background-color: #911434;
}
.BgClassName
{
background-color: #911434;
}
</style>
border-color css
<style>
span { border-color: #911434; }
span { border-color: rgb(145,20,52); }
td.TdClassName
{
border-color: #911434;
}
.TagClassName
{
border-color: #911434;
}
</style>