Shades of Shiraz #91173D
Tints of Shiraz #91173D
RGB
CMYK
RGB Variations
Color information
#91173D (or 0x91173D) is known color: Shiraz. HEX triplet: 91, 17 and 3D. RGB value is (145,23,61). Sum of RGB (Red+Green+Blue) = 145+23+61=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #91173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91173D is #6EE8C2. Grayscale: #3F3F3F. Windows color (decimal): -7268547 or 4003729. OLE color: 4003729.
HSL color Cylindrical-coordinate representation of color #91173D: hue angle of 341.31º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91173D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 61 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.43 |
| HSL | 341.31º | 0.73% | 0.33% | - |
| HSV(B) | 341.31º | 0.84% | 0.57% | - |
| XYZ | 12.83 | 6.97 | 5.08 | - |
| YUV | 63.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 61 | 0 | 0.84 | 0.58 | 0.43 | 341.31 | 0.73 | 0.33 |
| Hex | 91 | 17 | 3D | 0 | 54 | 3A | 2B | 155 | 49 | 21 |
| Octal | 221 | 27 | 75 | 0 | 124 | 72 | 53 | 525 | 111 | 41 |
| Binary | 10010001 | 10111 | 111101 | 0 | 1010100 | 111010 | 101011 | 101010101 | 1001001 | 100001 |
Color Harmonies of #91173D
Complementary color
Monochromatic Colors of #91173D
Black with #91173D
Text Example
Text Example
White with #91173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91173D; }
p { color: rgb(145,23,61); }
H1.HeaderClassName
{
color: #91173D;
}
.AnyTagClassName
{
color: #91173D;
}
</style>
background-color css
<style>
a { background-color: #91173D; }
a { background-color: rgb(145,23,61); }
div.DivClassName
{
background-color: #91173D;
}
.BgClassName
{
background-color: #91173D;
}
</style>
border-color css
<style>
span { border-color: #91173D; }
span { border-color: rgb(145,23,61); }
td.TdClassName
{
border-color: #91173D;
}
.TagClassName
{
border-color: #91173D;
}
</style>