Shades of Shiraz #91133C
Tints of Shiraz #91133C
RGB
CMYK
RGB Variations
Color information
#91133C (or 0x91133C) is known color: Shiraz. HEX triplet: 91, 13 and 3C. RGB value is (145,19,60). Sum of RGB (Red+Green+Blue) = 145+19+60=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #91133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91133C is #6EECC3. Grayscale: #3D3D3D. Windows color (decimal): -7269572 or 3937169. OLE color: 3937169.
HSL color Cylindrical-coordinate representation of color #91133C: hue angle of 340.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91133C is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 60 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.43 |
| HSL | 340.48º | 0.77% | 0.32% | - |
| HSV(B) | 340.48º | 0.87% | 0.57% | - |
| XYZ | 12.73 | 6.81 | 4.92 | - |
| YUV | 61.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 60 | 0 | 0.87 | 0.59 | 0.43 | 340.48 | 0.77 | 0.32 |
| Hex | 91 | 13 | 3C | 0 | 57 | 3B | 2B | 154 | 4D | 20 |
| Octal | 221 | 23 | 74 | 0 | 127 | 73 | 53 | 524 | 115 | 40 |
| Binary | 10010001 | 10011 | 111100 | 0 | 1010111 | 111011 | 101011 | 101010100 | 1001101 | 100000 |
Color Harmonies of #91133C
Complementary color
Monochromatic Colors of #91133C
Black with #91133C
Text Example
Text Example
White with #91133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91133C; }
p { color: rgb(145,19,60); }
H1.HeaderClassName
{
color: #91133C;
}
.AnyTagClassName
{
color: #91133C;
}
</style>
background-color css
<style>
a { background-color: #91133C; }
a { background-color: rgb(145,19,60); }
div.DivClassName
{
background-color: #91133C;
}
.BgClassName
{
background-color: #91133C;
}
</style>
border-color css
<style>
span { border-color: #91133C; }
span { border-color: rgb(145,19,60); }
td.TdClassName
{
border-color: #91133C;
}
.TagClassName
{
border-color: #91133C;
}
</style>