Shades of Shiraz #901131
Tints of Shiraz #901131
RGB
CMYK
RGB Variations
Color information
#901131 (or 0x901131) is known color: Shiraz. HEX triplet: 90, 11 and 31. RGB value is (144,17,49). Sum of RGB (Red+Green+Blue) = 144+17+49=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #901131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901131 is #6FEECE. Grayscale: #3A3A3A. Windows color (decimal): -7335631 or 3215760. OLE color: 3215760.
HSL color Cylindrical-coordinate representation of color #901131: hue angle of 344.88º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901131 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 49 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.44 |
| HSL | 344.88º | 0.79% | 0.32% | - |
| HSV(B) | 344.88º | 0.88% | 0.56% | - |
| XYZ | 12.26 | 6.55 | 3.52 | - |
| YUV | 58.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 49 | 0 | 0.88 | 0.66 | 0.44 | 344.88 | 0.79 | 0.32 |
| Hex | 90 | 11 | 31 | 0 | 58 | 42 | 2C | 159 | 4F | 20 |
| Octal | 220 | 21 | 61 | 0 | 130 | 102 | 54 | 531 | 117 | 40 |
| Binary | 10010000 | 10001 | 110001 | 0 | 1011000 | 1000010 | 101100 | 101011001 | 1001111 | 100000 |
Color Harmonies of #901131
Complementary color
Monochromatic Colors of #901131
Black with #901131
Text Example
Text Example
White with #901131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901131; }
p { color: rgb(144,17,49); }
H1.HeaderClassName
{
color: #901131;
}
.AnyTagClassName
{
color: #901131;
}
</style>
background-color css
<style>
a { background-color: #901131; }
a { background-color: rgb(144,17,49); }
div.DivClassName
{
background-color: #901131;
}
.BgClassName
{
background-color: #901131;
}
</style>
border-color css
<style>
span { border-color: #901131; }
span { border-color: rgb(144,17,49); }
td.TdClassName
{
border-color: #901131;
}
.TagClassName
{
border-color: #901131;
}
</style>