Shades of Shiraz #91153B
Tints of Shiraz #91153B
RGB
CMYK
RGB Variations
Color information
#91153B (or 0x91153B) is known color: Shiraz. HEX triplet: 91, 15 and 3B. RGB value is (145,21,59). Sum of RGB (Red+Green+Blue) = 145+21+59=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #91153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91153B is #6EEAC4. Grayscale: #3E3E3E. Windows color (decimal): -7269061 or 3872145. OLE color: 3872145.
HSL color Cylindrical-coordinate representation of color #91153B: hue angle of 341.61º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91153B is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 59 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.43 |
| HSL | 341.61º | 0.75% | 0.33% | - |
| HSV(B) | 341.61º | 0.86% | 0.57% | - |
| XYZ | 12.73 | 6.87 | 4.79 | - |
| YUV | 62.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 59 | 0 | 0.86 | 0.59 | 0.43 | 341.61 | 0.75 | 0.33 |
| Hex | 91 | 15 | 3B | 0 | 56 | 3B | 2B | 156 | 4B | 21 |
| Octal | 221 | 25 | 73 | 0 | 126 | 73 | 53 | 526 | 113 | 41 |
| Binary | 10010001 | 10101 | 111011 | 0 | 1010110 | 111011 | 101011 | 101010110 | 1001011 | 100001 |
Color Harmonies of #91153B
Complementary color
Monochromatic Colors of #91153B
Black with #91153B
Text Example
Text Example
White with #91153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91153B; }
p { color: rgb(145,21,59); }
H1.HeaderClassName
{
color: #91153B;
}
.AnyTagClassName
{
color: #91153B;
}
</style>
background-color css
<style>
a { background-color: #91153B; }
a { background-color: rgb(145,21,59); }
div.DivClassName
{
background-color: #91153B;
}
.BgClassName
{
background-color: #91153B;
}
</style>
border-color css
<style>
span { border-color: #91153B; }
span { border-color: rgb(145,21,59); }
td.TdClassName
{
border-color: #91153B;
}
.TagClassName
{
border-color: #91153B;
}
</style>