Shades of Shiraz #911C39
Tints of Shiraz #911C39
RGB
CMYK
RGB Variations
Color information
#911C39 (or 0x911C39) is known color: Shiraz. HEX triplet: 91, 1C and 39. RGB value is (145,28,57). Sum of RGB (Red+Green+Blue) = 145+28+57=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #911C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911C39 is #6EE3C6. Grayscale: #424242. Windows color (decimal): -7267271 or 3742865. OLE color: 3742865.
HSL color Cylindrical-coordinate representation of color #911C39: hue angle of 345.13º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911C39 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 57 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.43 |
| HSL | 345.13º | 0.68% | 0.34% | - |
| HSV(B) | 345.13º | 0.81% | 0.57% | - |
| XYZ | 12.83 | 7.15 | 4.57 | - |
| YUV | 66.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 57 | 0 | 0.81 | 0.61 | 0.43 | 345.13 | 0.68 | 0.34 |
| Hex | 91 | 1C | 39 | 0 | 51 | 3D | 2B | 159 | 44 | 22 |
| Octal | 221 | 34 | 71 | 0 | 121 | 75 | 53 | 531 | 104 | 42 |
| Binary | 10010001 | 11100 | 111001 | 0 | 1010001 | 111101 | 101011 | 101011001 | 1000100 | 100010 |
Color Harmonies of #911C39
Complementary color
Monochromatic Colors of #911C39
Black with #911C39
Text Example
Text Example
White with #911C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C39; }
p { color: rgb(145,28,57); }
H1.HeaderClassName
{
color: #911C39;
}
.AnyTagClassName
{
color: #911C39;
}
</style>
background-color css
<style>
a { background-color: #911C39; }
a { background-color: rgb(145,28,57); }
div.DivClassName
{
background-color: #911C39;
}
.BgClassName
{
background-color: #911C39;
}
</style>
border-color css
<style>
span { border-color: #911C39; }
span { border-color: rgb(145,28,57); }
td.TdClassName
{
border-color: #911C39;
}
.TagClassName
{
border-color: #911C39;
}
</style>