Shades of Shiraz #901B39
Tints of Shiraz #901B39
RGB
CMYK
RGB Variations
Color information
#901B39 (or 0x901B39) is known color: Shiraz. HEX triplet: 90, 1B and 39. RGB value is (144,27,57). Sum of RGB (Red+Green+Blue) = 144+27+57=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #901B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901B39 is #6FE4C6. Grayscale: #414141. Windows color (decimal): -7333063 or 3742608. OLE color: 3742608.
HSL color Cylindrical-coordinate representation of color #901B39: hue angle of 344.62º 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 #901B39 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 57 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.44 |
| HSL | 344.62º | 0.68% | 0.34% | - |
| HSV(B) | 344.62º | 0.81% | 0.56% | - |
| XYZ | 12.63 | 7.01 | 4.56 | - |
| YUV | 65.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 57 | 0 | 0.81 | 0.60 | 0.44 | 344.62 | 0.68 | 0.34 |
| Hex | 90 | 1B | 39 | 0 | 51 | 3C | 2C | 159 | 44 | 22 |
| Octal | 220 | 33 | 71 | 0 | 121 | 74 | 54 | 531 | 104 | 42 |
| Binary | 10010000 | 11011 | 111001 | 0 | 1010001 | 111100 | 101100 | 101011001 | 1000100 | 100010 |
Color Harmonies of #901B39
Complementary color
Monochromatic Colors of #901B39
Black with #901B39
Text Example
Text Example
White with #901B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B39; }
p { color: rgb(144,27,57); }
H1.HeaderClassName
{
color: #901B39;
}
.AnyTagClassName
{
color: #901B39;
}
</style>
background-color css
<style>
a { background-color: #901B39; }
a { background-color: rgb(144,27,57); }
div.DivClassName
{
background-color: #901B39;
}
.BgClassName
{
background-color: #901B39;
}
</style>
border-color css
<style>
span { border-color: #901B39; }
span { border-color: rgb(144,27,57); }
td.TdClassName
{
border-color: #901B39;
}
.TagClassName
{
border-color: #901B39;
}
</style>