Shades of Shiraz #901034
Tints of Shiraz #901034
RGB
CMYK
RGB Variations
Color information
#901034 (or 0x901034) is known color: Shiraz. HEX triplet: 90, 10 and 34. RGB value is (144,16,52). Sum of RGB (Red+Green+Blue) = 144+16+52=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #901034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901034 is #6FEFCB. Grayscale: #3A3A3A. Windows color (decimal): -7335884 or 3412112. OLE color: 3412112.
HSL color Cylindrical-coordinate representation of color #901034: hue angle of 343.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901034 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 52 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.44 |
| HSL | 343.13º | 0.8% | 0.31% | - |
| HSV(B) | 343.13º | 0.89% | 0.56% | - |
| XYZ | 12.31 | 6.55 | 3.86 | - |
| YUV | 58.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 52 | 0 | 0.89 | 0.64 | 0.44 | 343.13 | 0.8 | 0.31 |
| Hex | 90 | 10 | 34 | 0 | 59 | 40 | 2C | 157 | 50 | 1F |
| Octal | 220 | 20 | 64 | 0 | 131 | 100 | 54 | 527 | 120 | 37 |
| Binary | 10010000 | 10000 | 110100 | 0 | 1011001 | 1000000 | 101100 | 101010111 | 1010000 | 11111 |
Color Harmonies of #901034
Complementary color
Monochromatic Colors of #901034
Black with #901034
Text Example
Text Example
White with #901034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901034; }
p { color: rgb(144,16,52); }
H1.HeaderClassName
{
color: #901034;
}
.AnyTagClassName
{
color: #901034;
}
</style>
background-color css
<style>
a { background-color: #901034; }
a { background-color: rgb(144,16,52); }
div.DivClassName
{
background-color: #901034;
}
.BgClassName
{
background-color: #901034;
}
</style>
border-color css
<style>
span { border-color: #901034; }
span { border-color: rgb(144,16,52); }
td.TdClassName
{
border-color: #901034;
}
.TagClassName
{
border-color: #901034;
}
</style>