Shades of Shiraz #91223D
Tints of Shiraz #91223D
RGB
CMYK
RGB Variations
Color information
#91223D (or 0x91223D) is known color: Shiraz. HEX triplet: 91, 22 and 3D. RGB value is (145,34,61). Sum of RGB (Red+Green+Blue) = 145+34+61=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #91223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91223D is #6EDDC2. Grayscale: #464646. Windows color (decimal): -7265731 or 4006545. OLE color: 4006545.
HSL color Cylindrical-coordinate representation of color #91223D: hue angle of 345.41º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91223D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 34 | 61 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.43 |
| HSL | 345.41º | 0.62% | 0.35% | - |
| HSV(B) | 345.41º | 0.77% | 0.57% | - |
| XYZ | 13.09 | 7.5 | 5.17 | - |
| YUV | 70.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 34 | 61 | 0 | 0.77 | 0.58 | 0.43 | 345.41 | 0.62 | 0.35 |
| Hex | 91 | 22 | 3D | 0 | 4D | 3A | 2B | 159 | 3E | 23 |
| Octal | 221 | 42 | 75 | 0 | 115 | 72 | 53 | 531 | 76 | 43 |
| Binary | 10010001 | 100010 | 111101 | 0 | 1001101 | 111010 | 101011 | 101011001 | 111110 | 100011 |
Color Harmonies of #91223D
Complementary color
Monochromatic Colors of #91223D
Black with #91223D
Text Example
Text Example
White with #91223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91223D; }
p { color: rgb(145,34,61); }
H1.HeaderClassName
{
color: #91223D;
}
.AnyTagClassName
{
color: #91223D;
}
</style>
background-color css
<style>
a { background-color: #91223D; }
a { background-color: rgb(145,34,61); }
div.DivClassName
{
background-color: #91223D;
}
.BgClassName
{
background-color: #91223D;
}
</style>
border-color css
<style>
span { border-color: #91223D; }
span { border-color: rgb(145,34,61); }
td.TdClassName
{
border-color: #91223D;
}
.TagClassName
{
border-color: #91223D;
}
</style>