Shades of Shiraz #901636
Tints of Shiraz #901636
RGB
CMYK
RGB Variations
Color information
#901636 (or 0x901636) is known color: Shiraz. HEX triplet: 90, 16 and 36. RGB value is (144,22,54). Sum of RGB (Red+Green+Blue) = 144+22+54=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #901636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901636 is #6FE9C9. Grayscale: #3E3E3E. Windows color (decimal): -7334346 or 3544720. OLE color: 3544720.
HSL color Cylindrical-coordinate representation of color #901636: hue angle of 344.26º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901636 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 54 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.44 |
| HSL | 344.26º | 0.73% | 0.33% | - |
| HSV(B) | 344.26º | 0.85% | 0.56% | - |
| XYZ | 12.45 | 6.77 | 4.14 | - |
| YUV | 62.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 54 | 0 | 0.85 | 0.63 | 0.44 | 344.26 | 0.73 | 0.33 |
| Hex | 90 | 16 | 36 | 0 | 55 | 3F | 2C | 158 | 49 | 21 |
| Octal | 220 | 26 | 66 | 0 | 125 | 77 | 54 | 530 | 111 | 41 |
| Binary | 10010000 | 10110 | 110110 | 0 | 1010101 | 111111 | 101100 | 101011000 | 1001001 | 100001 |
Color Harmonies of #901636
Complementary color
Monochromatic Colors of #901636
Black with #901636
Text Example
Text Example
White with #901636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901636; }
p { color: rgb(144,22,54); }
H1.HeaderClassName
{
color: #901636;
}
.AnyTagClassName
{
color: #901636;
}
</style>
background-color css
<style>
a { background-color: #901636; }
a { background-color: rgb(144,22,54); }
div.DivClassName
{
background-color: #901636;
}
.BgClassName
{
background-color: #901636;
}
</style>
border-color css
<style>
span { border-color: #901636; }
span { border-color: rgb(144,22,54); }
td.TdClassName
{
border-color: #901636;
}
.TagClassName
{
border-color: #901636;
}
</style>