Shades of Shiraz #91113D
Tints of Shiraz #91113D
RGB
CMYK
RGB Variations
Color information
#91113D (or 0x91113D) is known color: Shiraz. HEX triplet: 91, 11 and 3D. RGB value is (145,17,61). Sum of RGB (Red+Green+Blue) = 145+17+61=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #91113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91113D is #6EEEC2. Grayscale: #3C3C3C. Windows color (decimal): -7270083 or 4002193. OLE color: 4002193.
HSL color Cylindrical-coordinate representation of color #91113D: hue angle of 339.38º degrees, saturation: 0.79, 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 #91113D is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 61 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.43 |
| HSL | 339.38º | 0.79% | 0.32% | - |
| HSV(B) | 339.38º | 0.88% | 0.57% | - |
| XYZ | 12.72 | 6.76 | 5.05 | - |
| YUV | 60.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 61 | 0 | 0.88 | 0.58 | 0.43 | 339.38 | 0.79 | 0.32 |
| Hex | 91 | 11 | 3D | 0 | 58 | 3A | 2B | 153 | 4F | 20 |
| Octal | 221 | 21 | 75 | 0 | 130 | 72 | 53 | 523 | 117 | 40 |
| Binary | 10010001 | 10001 | 111101 | 0 | 1011000 | 111010 | 101011 | 101010011 | 1001111 | 100000 |
Color Harmonies of #91113D
Complementary color
Monochromatic Colors of #91113D
Black with #91113D
Text Example
Text Example
White with #91113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91113D; }
p { color: rgb(145,17,61); }
H1.HeaderClassName
{
color: #91113D;
}
.AnyTagClassName
{
color: #91113D;
}
</style>
background-color css
<style>
a { background-color: #91113D; }
a { background-color: rgb(145,17,61); }
div.DivClassName
{
background-color: #91113D;
}
.BgClassName
{
background-color: #91113D;
}
</style>
border-color css
<style>
span { border-color: #91113D; }
span { border-color: rgb(145,17,61); }
td.TdClassName
{
border-color: #91113D;
}
.TagClassName
{
border-color: #91113D;
}
</style>