Shades of Shiraz #901433
Tints of Shiraz #901433
RGB
CMYK
RGB Variations
Color information
#901433 (or 0x901433) is known color: Shiraz. HEX triplet: 90, 14 and 33. RGB value is (144,20,51). Sum of RGB (Red+Green+Blue) = 144+20+51=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #901433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901433 is #6FEBCC. Grayscale: #3C3C3C. Windows color (decimal): -7334861 or 3347600. OLE color: 3347600.
HSL color Cylindrical-coordinate representation of color #901433: hue angle of 345º 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 #901433 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 51 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.44 |
| HSL | 345º | 0.76% | 0.32% | - |
| HSV(B) | 345º | 0.86% | 0.56% | - |
| XYZ | 12.35 | 6.67 | 3.77 | - |
| YUV | 60.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 51 | 0 | 0.86 | 0.65 | 0.44 | 345 | 0.76 | 0.32 |
| Hex | 90 | 14 | 33 | 0 | 56 | 41 | 2C | 159 | 4C | 20 |
| Octal | 220 | 24 | 63 | 0 | 126 | 101 | 54 | 531 | 114 | 40 |
| Binary | 10010000 | 10100 | 110011 | 0 | 1010110 | 1000001 | 101100 | 101011001 | 1001100 | 100000 |
Color Harmonies of #901433
Complementary color
Monochromatic Colors of #901433
Black with #901433
Text Example
Text Example
White with #901433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901433; }
p { color: rgb(144,20,51); }
H1.HeaderClassName
{
color: #901433;
}
.AnyTagClassName
{
color: #901433;
}
</style>
background-color css
<style>
a { background-color: #901433; }
a { background-color: rgb(144,20,51); }
div.DivClassName
{
background-color: #901433;
}
.BgClassName
{
background-color: #901433;
}
</style>
border-color css
<style>
span { border-color: #901433; }
span { border-color: rgb(144,20,51); }
td.TdClassName
{
border-color: #901433;
}
.TagClassName
{
border-color: #901433;
}
</style>