Shades of Shiraz #901B37
Tints of Shiraz #901B37
RGB
CMYK
RGB Variations
Color information
#901B37 (or 0x901B37) is known color: Shiraz. HEX triplet: 90, 1B and 37. RGB value is (144,27,55). Sum of RGB (Red+Green+Blue) = 144+27+55=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #901B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901B37 is #6FE4C8. Grayscale: #414141. Windows color (decimal): -7333065 or 3611536. OLE color: 3611536.
HSL color Cylindrical-coordinate representation of color #901B37: hue angle of 345.64º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901B37 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 55 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.44 |
| HSL | 345.64º | 0.68% | 0.34% | - |
| HSV(B) | 345.64º | 0.81% | 0.56% | - |
| XYZ | 12.58 | 6.99 | 4.3 | - |
| YUV | 65.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 55 | 0 | 0.81 | 0.62 | 0.44 | 345.64 | 0.68 | 0.34 |
| Hex | 90 | 1B | 37 | 0 | 51 | 3E | 2C | 15A | 44 | 22 |
| Octal | 220 | 33 | 67 | 0 | 121 | 76 | 54 | 532 | 104 | 42 |
| Binary | 10010000 | 11011 | 110111 | 0 | 1010001 | 111110 | 101100 | 101011010 | 1000100 | 100010 |
Color Harmonies of #901B37
Complementary color
Monochromatic Colors of #901B37
Black with #901B37
Text Example
Text Example
White with #901B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B37; }
p { color: rgb(144,27,55); }
H1.HeaderClassName
{
color: #901B37;
}
.AnyTagClassName
{
color: #901B37;
}
</style>
background-color css
<style>
a { background-color: #901B37; }
a { background-color: rgb(144,27,55); }
div.DivClassName
{
background-color: #901B37;
}
.BgClassName
{
background-color: #901B37;
}
</style>
border-color css
<style>
span { border-color: #901B37; }
span { border-color: rgb(144,27,55); }
td.TdClassName
{
border-color: #901B37;
}
.TagClassName
{
border-color: #901B37;
}
</style>