Shades of Shiraz #91163D
Tints of Shiraz #91163D
RGB
CMYK
RGB Variations
Color information
#91163D (or 0x91163D) is known color: Shiraz. HEX triplet: 91, 16 and 3D. RGB value is (145,22,61). Sum of RGB (Red+Green+Blue) = 145+22+61=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #91163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91163D is #6EE9C2. Grayscale: #3F3F3F. Windows color (decimal): -7268803 or 4003473. OLE color: 4003473.
HSL color Cylindrical-coordinate representation of color #91163D: hue angle of 340.98º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #91163D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 61 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.43 |
| HSL | 340.98º | 0.74% | 0.33% | - |
| HSV(B) | 340.98º | 0.85% | 0.57% | - |
| XYZ | 12.81 | 6.93 | 5.08 | - |
| YUV | 63.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 61 | 0 | 0.85 | 0.58 | 0.43 | 340.98 | 0.74 | 0.33 |
| Hex | 91 | 16 | 3D | 0 | 55 | 3A | 2B | 155 | 4A | 21 |
| Octal | 221 | 26 | 75 | 0 | 125 | 72 | 53 | 525 | 112 | 41 |
| Binary | 10010001 | 10110 | 111101 | 0 | 1010101 | 111010 | 101011 | 101010101 | 1001010 | 100001 |
Color Harmonies of #91163D
Complementary color
Monochromatic Colors of #91163D
Black with #91163D
Text Example
Text Example
White with #91163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91163D; }
p { color: rgb(145,22,61); }
H1.HeaderClassName
{
color: #91163D;
}
.AnyTagClassName
{
color: #91163D;
}
</style>
background-color css
<style>
a { background-color: #91163D; }
a { background-color: rgb(145,22,61); }
div.DivClassName
{
background-color: #91163D;
}
.BgClassName
{
background-color: #91163D;
}
</style>
border-color css
<style>
span { border-color: #91163D; }
span { border-color: rgb(145,22,61); }
td.TdClassName
{
border-color: #91163D;
}
.TagClassName
{
border-color: #91163D;
}
</style>