Shades of Shiraz #901839
Tints of Shiraz #901839
RGB
CMYK
RGB Variations
Color information
#901839 (or 0x901839) is known color: Shiraz. HEX triplet: 90, 18 and 39. RGB value is (144,24,57). Sum of RGB (Red+Green+Blue) = 144+24+57=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #901839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901839 is #6FE7C6. Grayscale: #3F3F3F. Windows color (decimal): -7333831 or 3741840. OLE color: 3741840.
HSL color Cylindrical-coordinate representation of color #901839: hue angle of 343.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901839 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 57 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.44 |
| HSL | 343.5º | 0.71% | 0.33% | - |
| HSV(B) | 343.5º | 0.83% | 0.56% | - |
| XYZ | 12.57 | 6.88 | 4.54 | - |
| YUV | 63.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 57 | 0 | 0.83 | 0.60 | 0.44 | 343.5 | 0.71 | 0.33 |
| Hex | 90 | 18 | 39 | 0 | 53 | 3C | 2C | 158 | 47 | 21 |
| Octal | 220 | 30 | 71 | 0 | 123 | 74 | 54 | 530 | 107 | 41 |
| Binary | 10010000 | 11000 | 111001 | 0 | 1010011 | 111100 | 101100 | 101011000 | 1000111 | 100001 |
Color Harmonies of #901839
Complementary color
Monochromatic Colors of #901839
Black with #901839
Text Example
Text Example
White with #901839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901839; }
p { color: rgb(144,24,57); }
H1.HeaderClassName
{
color: #901839;
}
.AnyTagClassName
{
color: #901839;
}
</style>
background-color css
<style>
a { background-color: #901839; }
a { background-color: rgb(144,24,57); }
div.DivClassName
{
background-color: #901839;
}
.BgClassName
{
background-color: #901839;
}
</style>
border-color css
<style>
span { border-color: #901839; }
span { border-color: rgb(144,24,57); }
td.TdClassName
{
border-color: #901839;
}
.TagClassName
{
border-color: #901839;
}
</style>