Shades of Shiraz #911835
Tints of Shiraz #911835
RGB
CMYK
RGB Variations
Color information
#911835 (or 0x911835) is known color: Shiraz. HEX triplet: 91, 18 and 35. RGB value is (145,24,53). Sum of RGB (Red+Green+Blue) = 145+24+53=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #911835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911835 is #6EE7CA. Grayscale: #3F3F3F. Windows color (decimal): -7268299 or 3479697. OLE color: 3479697.
HSL color Cylindrical-coordinate representation of color #911835: hue angle of 345.62º 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 #911835 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 53 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.43 |
| HSL | 345.62º | 0.72% | 0.33% | - |
| HSV(B) | 345.62º | 0.83% | 0.57% | - |
| XYZ | 12.65 | 6.93 | 4.04 | - |
| YUV | 63.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 53 | 0 | 0.83 | 0.63 | 0.43 | 345.62 | 0.72 | 0.33 |
| Hex | 91 | 18 | 35 | 0 | 53 | 3F | 2B | 15A | 48 | 21 |
| Octal | 221 | 30 | 65 | 0 | 123 | 77 | 53 | 532 | 110 | 41 |
| Binary | 10010001 | 11000 | 110101 | 0 | 1010011 | 111111 | 101011 | 101011010 | 1001000 | 100001 |
Color Harmonies of #911835
Complementary color
Monochromatic Colors of #911835
Black with #911835
Text Example
Text Example
White with #911835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911835; }
p { color: rgb(145,24,53); }
H1.HeaderClassName
{
color: #911835;
}
.AnyTagClassName
{
color: #911835;
}
</style>
background-color css
<style>
a { background-color: #911835; }
a { background-color: rgb(145,24,53); }
div.DivClassName
{
background-color: #911835;
}
.BgClassName
{
background-color: #911835;
}
</style>
border-color css
<style>
span { border-color: #911835; }
span { border-color: rgb(145,24,53); }
td.TdClassName
{
border-color: #911835;
}
.TagClassName
{
border-color: #911835;
}
</style>