Shades of Shiraz #901B34
Tints of Shiraz #901B34
RGB
CMYK
RGB Variations
Color information
#901B34 (or 0x901B34) is known color: Shiraz. HEX triplet: 90, 1B and 34. RGB value is (144,27,52). Sum of RGB (Red+Green+Blue) = 144+27+52=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #901B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901B34 is #6FE4CB. Grayscale: #404040. Windows color (decimal): -7333068 or 3414928. OLE color: 3414928.
HSL color Cylindrical-coordinate representation of color #901B34: hue angle of 347.18º 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 #901B34 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 52 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.44 |
| HSL | 347.18º | 0.68% | 0.34% | - |
| HSV(B) | 347.18º | 0.81% | 0.56% | - |
| XYZ | 12.51 | 6.96 | 3.93 | - |
| YUV | 64.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 52 | 0 | 0.81 | 0.64 | 0.44 | 347.18 | 0.68 | 0.34 |
| Hex | 90 | 1B | 34 | 0 | 51 | 40 | 2C | 15B | 44 | 22 |
| Octal | 220 | 33 | 64 | 0 | 121 | 100 | 54 | 533 | 104 | 42 |
| Binary | 10010000 | 11011 | 110100 | 0 | 1010001 | 1000000 | 101100 | 101011011 | 1000100 | 100010 |
Color Harmonies of #901B34
Complementary color
Monochromatic Colors of #901B34
Black with #901B34
Text Example
Text Example
White with #901B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B34; }
p { color: rgb(144,27,52); }
H1.HeaderClassName
{
color: #901B34;
}
.AnyTagClassName
{
color: #901B34;
}
</style>
background-color css
<style>
a { background-color: #901B34; }
a { background-color: rgb(144,27,52); }
div.DivClassName
{
background-color: #901B34;
}
.BgClassName
{
background-color: #901B34;
}
</style>
border-color css
<style>
span { border-color: #901B34; }
span { border-color: rgb(144,27,52); }
td.TdClassName
{
border-color: #901B34;
}
.TagClassName
{
border-color: #901B34;
}
</style>