Shades of Shiraz #901436
Tints of Shiraz #901436
RGB
CMYK
RGB Variations
Color information
#901436 (or 0x901436) is known color: Shiraz. HEX triplet: 90, 14 and 36. RGB value is (144,20,54). Sum of RGB (Red+Green+Blue) = 144+20+54=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #901436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901436 is #6FEBC9. Grayscale: #3C3C3C. Windows color (decimal): -7334858 or 3544208. OLE color: 3544208.
HSL color Cylindrical-coordinate representation of color #901436: hue angle of 343.55º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901436 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 54 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.44 |
| HSL | 343.55º | 0.76% | 0.32% | - |
| HSV(B) | 343.55º | 0.86% | 0.56% | - |
| XYZ | 12.42 | 6.7 | 4.13 | - |
| YUV | 60.95 | 124.08 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 54 | 0 | 0.86 | 0.63 | 0.44 | 343.55 | 0.76 | 0.32 |
| Hex | 90 | 14 | 36 | 0 | 56 | 3F | 2C | 158 | 4C | 20 |
| Octal | 220 | 24 | 66 | 0 | 126 | 77 | 54 | 530 | 114 | 40 |
| Binary | 10010000 | 10100 | 110110 | 0 | 1010110 | 111111 | 101100 | 101011000 | 1001100 | 100000 |
Color Harmonies of #901436
Complementary color
Monochromatic Colors of #901436
Black with #901436
Text Example
Text Example
White with #901436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901436; }
p { color: rgb(144,20,54); }
H1.HeaderClassName
{
color: #901436;
}
.AnyTagClassName
{
color: #901436;
}
</style>
background-color css
<style>
a { background-color: #901436; }
a { background-color: rgb(144,20,54); }
div.DivClassName
{
background-color: #901436;
}
.BgClassName
{
background-color: #901436;
}
</style>
border-color css
<style>
span { border-color: #901436; }
span { border-color: rgb(144,20,54); }
td.TdClassName
{
border-color: #901436;
}
.TagClassName
{
border-color: #901436;
}
</style>