Shades of Shiraz #91133A
Tints of Shiraz #91133A
RGB
CMYK
RGB Variations
Color information
#91133A (or 0x91133A) is known color: Shiraz. HEX triplet: 91, 13 and 3A. RGB value is (145,19,58). Sum of RGB (Red+Green+Blue) = 145+19+58=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #91133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91133A is #6EECC5. Grayscale: #3D3D3D. Windows color (decimal): -7269574 or 3806097. OLE color: 3806097.
HSL color Cylindrical-coordinate representation of color #91133A: hue angle of 341.43º 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 #91133A is Cyan = 0, Magento = 0.87, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 58 | - |
| CMYK | 0 | 0.87 | 0.6 | 0.43 |
| HSL | 341.43º | 0.77% | 0.32% | - |
| HSV(B) | 341.43º | 0.87% | 0.57% | - |
| XYZ | 12.67 | 6.79 | 4.65 | - |
| YUV | 61.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 58 | 0 | 0.87 | 0.6 | 0.43 | 341.43 | 0.77 | 0.32 |
| Hex | 91 | 13 | 3A | 0 | 57 | 3C | 2B | 155 | 4D | 20 |
| Octal | 221 | 23 | 72 | 0 | 127 | 74 | 53 | 525 | 115 | 40 |
| Binary | 10010001 | 10011 | 111010 | 0 | 1010111 | 111100 | 101011 | 101010101 | 1001101 | 100000 |
Color Harmonies of #91133A
Complementary color
Monochromatic Colors of #91133A
Black with #91133A
Text Example
Text Example
White with #91133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91133A; }
p { color: rgb(145,19,58); }
H1.HeaderClassName
{
color: #91133A;
}
.AnyTagClassName
{
color: #91133A;
}
</style>
background-color css
<style>
a { background-color: #91133A; }
a { background-color: rgb(145,19,58); }
div.DivClassName
{
background-color: #91133A;
}
.BgClassName
{
background-color: #91133A;
}
</style>
border-color css
<style>
span { border-color: #91133A; }
span { border-color: rgb(145,19,58); }
td.TdClassName
{
border-color: #91133A;
}
.TagClassName
{
border-color: #91133A;
}
</style>