Shades of Shiraz #901733
Tints of Shiraz #901733
RGB
CMYK
RGB Variations
Color information
#901733 (or 0x901733) is known color: Shiraz. HEX triplet: 90, 17 and 33. RGB value is (144,23,51). Sum of RGB (Red+Green+Blue) = 144+23+51=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #901733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901733 is #6FE8CC. Grayscale: #3E3E3E. Windows color (decimal): -7334093 or 3348368. OLE color: 3348368.
HSL color Cylindrical-coordinate representation of color #901733: hue angle of 346.12º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901733 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 51 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.44 |
| HSL | 346.12º | 0.72% | 0.33% | - |
| HSV(B) | 346.12º | 0.84% | 0.56% | - |
| XYZ | 12.41 | 6.78 | 3.79 | - |
| YUV | 62.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 51 | 0 | 0.84 | 0.65 | 0.44 | 346.12 | 0.72 | 0.33 |
| Hex | 90 | 17 | 33 | 0 | 54 | 41 | 2C | 15A | 48 | 21 |
| Octal | 220 | 27 | 63 | 0 | 124 | 101 | 54 | 532 | 110 | 41 |
| Binary | 10010000 | 10111 | 110011 | 0 | 1010100 | 1000001 | 101100 | 101011010 | 1001000 | 100001 |
Color Harmonies of #901733
Complementary color
Monochromatic Colors of #901733
Black with #901733
Text Example
Text Example
White with #901733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901733; }
p { color: rgb(144,23,51); }
H1.HeaderClassName
{
color: #901733;
}
.AnyTagClassName
{
color: #901733;
}
</style>
background-color css
<style>
a { background-color: #901733; }
a { background-color: rgb(144,23,51); }
div.DivClassName
{
background-color: #901733;
}
.BgClassName
{
background-color: #901733;
}
</style>
border-color css
<style>
span { border-color: #901733; }
span { border-color: rgb(144,23,51); }
td.TdClassName
{
border-color: #901733;
}
.TagClassName
{
border-color: #901733;
}
</style>