Shades of Shiraz #901535
Tints of Shiraz #901535
RGB
CMYK
RGB Variations
Color information
#901535 (or 0x901535) is known color: Shiraz. HEX triplet: 90, 15 and 35. RGB value is (144,21,53). Sum of RGB (Red+Green+Blue) = 144+21+53=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #901535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901535 is #6FEACA. Grayscale: #3D3D3D. Windows color (decimal): -7334603 or 3478928. OLE color: 3478928.
HSL color Cylindrical-coordinate representation of color #901535: hue angle of 344.39º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901535 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 53 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.44 |
| HSL | 344.39º | 0.75% | 0.32% | - |
| HSV(B) | 344.39º | 0.85% | 0.56% | - |
| XYZ | 12.41 | 6.72 | 4.01 | - |
| YUV | 61.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 53 | 0 | 0.85 | 0.63 | 0.44 | 344.39 | 0.75 | 0.32 |
| Hex | 90 | 15 | 35 | 0 | 55 | 3F | 2C | 158 | 4B | 20 |
| Octal | 220 | 25 | 65 | 0 | 125 | 77 | 54 | 530 | 113 | 40 |
| Binary | 10010000 | 10101 | 110101 | 0 | 1010101 | 111111 | 101100 | 101011000 | 1001011 | 100000 |
Color Harmonies of #901535
Complementary color
Monochromatic Colors of #901535
Black with #901535
Text Example
Text Example
White with #901535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901535; }
p { color: rgb(144,21,53); }
H1.HeaderClassName
{
color: #901535;
}
.AnyTagClassName
{
color: #901535;
}
</style>
background-color css
<style>
a { background-color: #901535; }
a { background-color: rgb(144,21,53); }
div.DivClassName
{
background-color: #901535;
}
.BgClassName
{
background-color: #901535;
}
</style>
border-color css
<style>
span { border-color: #901535; }
span { border-color: rgb(144,21,53); }
td.TdClassName
{
border-color: #901535;
}
.TagClassName
{
border-color: #901535;
}
</style>