Shades of Shiraz #901531
Tints of Shiraz #901531
RGB
CMYK
RGB Variations
Color information
#901531 (or 0x901531) is known color: Shiraz. HEX triplet: 90, 15 and 31. RGB value is (144,21,49). Sum of RGB (Red+Green+Blue) = 144+21+49=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #901531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901531 is #6FEACE. Grayscale: #3C3C3C. Windows color (decimal): -7334607 or 3216784. OLE color: 3216784.
HSL color Cylindrical-coordinate representation of color #901531: hue angle of 346.34º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901531 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 49 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.44 |
| HSL | 346.34º | 0.75% | 0.32% | - |
| HSV(B) | 346.34º | 0.85% | 0.56% | - |
| XYZ | 12.32 | 6.69 | 3.55 | - |
| YUV | 60.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 49 | 0 | 0.85 | 0.66 | 0.44 | 346.34 | 0.75 | 0.32 |
| Hex | 90 | 15 | 31 | 0 | 55 | 42 | 2C | 15A | 4B | 20 |
| Octal | 220 | 25 | 61 | 0 | 125 | 102 | 54 | 532 | 113 | 40 |
| Binary | 10010000 | 10101 | 110001 | 0 | 1010101 | 1000010 | 101100 | 101011010 | 1001011 | 100000 |
Color Harmonies of #901531
Complementary color
Monochromatic Colors of #901531
Black with #901531
Text Example
Text Example
White with #901531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901531; }
p { color: rgb(144,21,49); }
H1.HeaderClassName
{
color: #901531;
}
.AnyTagClassName
{
color: #901531;
}
</style>
background-color css
<style>
a { background-color: #901531; }
a { background-color: rgb(144,21,49); }
div.DivClassName
{
background-color: #901531;
}
.BgClassName
{
background-color: #901531;
}
</style>
border-color css
<style>
span { border-color: #901531; }
span { border-color: rgb(144,21,49); }
td.TdClassName
{
border-color: #901531;
}
.TagClassName
{
border-color: #901531;
}
</style>