Shades of Shiraz #901139
Tints of Shiraz #901139
RGB
CMYK
RGB Variations
Color information
#901139 (or 0x901139) is known color: Shiraz. HEX triplet: 90, 11 and 39. RGB value is (144,17,57). Sum of RGB (Red+Green+Blue) = 144+17+57=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #901139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901139 is #6FEEC6. Grayscale: #3B3B3B. Windows color (decimal): -7335623 or 3740048. OLE color: 3740048.
HSL color Cylindrical-coordinate representation of color #901139: hue angle of 341.1º 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 #901139 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 57 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.44 |
| HSL | 341.1º | 0.79% | 0.32% | - |
| HSV(B) | 341.1º | 0.88% | 0.56% | - |
| XYZ | 12.44 | 6.63 | 4.49 | - |
| YUV | 59.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 57 | 0 | 0.88 | 0.60 | 0.44 | 341.1 | 0.79 | 0.32 |
| Hex | 90 | 11 | 39 | 0 | 58 | 3C | 2C | 155 | 4F | 20 |
| Octal | 220 | 21 | 71 | 0 | 130 | 74 | 54 | 525 | 117 | 40 |
| Binary | 10010000 | 10001 | 111001 | 0 | 1011000 | 111100 | 101100 | 101010101 | 1001111 | 100000 |
Color Harmonies of #901139
Complementary color
Monochromatic Colors of #901139
Black with #901139
Text Example
Text Example
White with #901139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901139; }
p { color: rgb(144,17,57); }
H1.HeaderClassName
{
color: #901139;
}
.AnyTagClassName
{
color: #901139;
}
</style>
background-color css
<style>
a { background-color: #901139; }
a { background-color: rgb(144,17,57); }
div.DivClassName
{
background-color: #901139;
}
.BgClassName
{
background-color: #901139;
}
</style>
border-color css
<style>
span { border-color: #901139; }
span { border-color: rgb(144,17,57); }
td.TdClassName
{
border-color: #901139;
}
.TagClassName
{
border-color: #901139;
}
</style>