Shades of Shiraz #901732
Tints of Shiraz #901732
RGB
CMYK
RGB Variations
Color information
#901732 (or 0x901732) is known color: Shiraz. HEX triplet: 90, 17 and 32. RGB value is (144,23,50). Sum of RGB (Red+Green+Blue) = 144+23+50=217 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.36% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 144 - color contains mainly: red. Hex color #901732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901732 is #6FE8CD. Grayscale: #3E3E3E. Windows color (decimal): -7334094 or 3282832. OLE color: 3282832.
HSL color Cylindrical-coordinate representation of color #901732: hue angle of 346.61º 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 #901732 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 50 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.44 |
| HSL | 346.61º | 0.72% | 0.33% | - |
| HSV(B) | 346.61º | 0.84% | 0.56% | - |
| XYZ | 12.38 | 6.77 | 3.67 | - |
| YUV | 62.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 50 | 0 | 0.84 | 0.65 | 0.44 | 346.61 | 0.72 | 0.33 |
| Hex | 90 | 17 | 32 | 0 | 54 | 41 | 2C | 15B | 48 | 21 |
| Octal | 220 | 27 | 62 | 0 | 124 | 101 | 54 | 533 | 110 | 41 |
| Binary | 10010000 | 10111 | 110010 | 0 | 1010100 | 1000001 | 101100 | 101011011 | 1001000 | 100001 |
Color Harmonies of #901732
Complementary color
Monochromatic Colors of #901732
Black with #901732
Text Example
Text Example
White with #901732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901732; }
p { color: rgb(144,23,50); }
H1.HeaderClassName
{
color: #901732;
}
.AnyTagClassName
{
color: #901732;
}
</style>
background-color css
<style>
a { background-color: #901732; }
a { background-color: rgb(144,23,50); }
div.DivClassName
{
background-color: #901732;
}
.BgClassName
{
background-color: #901732;
}
</style>
border-color css
<style>
span { border-color: #901732; }
span { border-color: rgb(144,23,50); }
td.TdClassName
{
border-color: #901732;
}
.TagClassName
{
border-color: #901732;
}
</style>