Shades of Shiraz #911C3A
Tints of Shiraz #911C3A
RGB
CMYK
RGB Variations
Color information
#911C3A (or 0x911C3A) is known color: Shiraz. HEX triplet: 91, 1C and 3A. RGB value is (145,28,58). Sum of RGB (Red+Green+Blue) = 145+28+58=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #911C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911C3A is #6EE3C5. Grayscale: #424242. Windows color (decimal): -7267270 or 3808401. OLE color: 3808401.
HSL color Cylindrical-coordinate representation of color #911C3A: hue angle of 344.62º 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 #911C3A is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 58 | - |
| CMYK | 0 | 0.81 | 0.6 | 0.43 |
| HSL | 344.62º | 0.68% | 0.34% | - |
| HSV(B) | 344.62º | 0.81% | 0.57% | - |
| XYZ | 12.86 | 7.16 | 4.71 | - |
| YUV | 66.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 58 | 0 | 0.81 | 0.6 | 0.43 | 344.62 | 0.68 | 0.34 |
| Hex | 91 | 1C | 3A | 0 | 51 | 3C | 2B | 159 | 44 | 22 |
| Octal | 221 | 34 | 72 | 0 | 121 | 74 | 53 | 531 | 104 | 42 |
| Binary | 10010001 | 11100 | 111010 | 0 | 1010001 | 111100 | 101011 | 101011001 | 1000100 | 100010 |
Color Harmonies of #911C3A
Complementary color
Monochromatic Colors of #911C3A
Black with #911C3A
Text Example
Text Example
White with #911C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C3A; }
p { color: rgb(145,28,58); }
H1.HeaderClassName
{
color: #911C3A;
}
.AnyTagClassName
{
color: #911C3A;
}
</style>
background-color css
<style>
a { background-color: #911C3A; }
a { background-color: rgb(145,28,58); }
div.DivClassName
{
background-color: #911C3A;
}
.BgClassName
{
background-color: #911C3A;
}
</style>
border-color css
<style>
span { border-color: #911C3A; }
span { border-color: rgb(145,28,58); }
td.TdClassName
{
border-color: #911C3A;
}
.TagClassName
{
border-color: #911C3A;
}
</style>