Shades of Shiraz #91183D
Tints of Shiraz #91183D
RGB
CMYK
RGB Variations
Color information
#91183D (or 0x91183D) is known color: Shiraz. HEX triplet: 91, 18 and 3D. RGB value is (145,24,61). Sum of RGB (Red+Green+Blue) = 145+24+61=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #91183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91183D is #6EE7C2. Grayscale: #404040. Windows color (decimal): -7268291 or 4003985. OLE color: 4003985.
HSL color Cylindrical-coordinate representation of color #91183D: hue angle of 341.65º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91183D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 61 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.43 |
| HSL | 341.65º | 0.72% | 0.33% | - |
| HSV(B) | 341.65º | 0.83% | 0.57% | - |
| XYZ | 12.85 | 7.01 | 5.09 | - |
| YUV | 64.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 61 | 0 | 0.83 | 0.58 | 0.43 | 341.65 | 0.72 | 0.33 |
| Hex | 91 | 18 | 3D | 0 | 53 | 3A | 2B | 156 | 48 | 21 |
| Octal | 221 | 30 | 75 | 0 | 123 | 72 | 53 | 526 | 110 | 41 |
| Binary | 10010001 | 11000 | 111101 | 0 | 1010011 | 111010 | 101011 | 101010110 | 1001000 | 100001 |
Color Harmonies of #91183D
Complementary color
Monochromatic Colors of #91183D
Black with #91183D
Text Example
Text Example
White with #91183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91183D; }
p { color: rgb(145,24,61); }
H1.HeaderClassName
{
color: #91183D;
}
.AnyTagClassName
{
color: #91183D;
}
</style>
background-color css
<style>
a { background-color: #91183D; }
a { background-color: rgb(145,24,61); }
div.DivClassName
{
background-color: #91183D;
}
.BgClassName
{
background-color: #91183D;
}
</style>
border-color css
<style>
span { border-color: #91183D; }
span { border-color: rgb(145,24,61); }
td.TdClassName
{
border-color: #91183D;
}
.TagClassName
{
border-color: #91183D;
}
</style>