Shades of Shiraz #901F3B
Tints of Shiraz #901F3B
RGB
CMYK
RGB Variations
Color information
#901F3B (or 0x901F3B) is known color: Shiraz. HEX triplet: 90, 1F and 3B. RGB value is (144,31,59). Sum of RGB (Red+Green+Blue) = 144+31+59=234 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.54% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 144 - color contains mainly: red. Hex color #901F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901F3B is #6FE0C4. Grayscale: #434343. Windows color (decimal): -7332037 or 3874704. OLE color: 3874704.
HSL color Cylindrical-coordinate representation of color #901F3B: hue angle of 345.13º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #901F3B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 31 | 59 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.44 |
| HSL | 345.13º | 0.65% | 0.34% | - |
| HSV(B) | 345.13º | 0.78% | 0.56% | - |
| XYZ | 12.78 | 7.23 | 4.86 | - |
| YUV | 67.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 59 | 0 | 0.78 | 0.59 | 0.44 | 345.13 | 0.65 | 0.34 |
| Hex | 90 | 1F | 3B | 0 | 4E | 3B | 2C | 159 | 41 | 22 |
| Octal | 220 | 37 | 73 | 0 | 116 | 73 | 54 | 531 | 101 | 42 |
| Binary | 10010000 | 11111 | 111011 | 0 | 1001110 | 111011 | 101100 | 101011001 | 1000001 | 100010 |
Color Harmonies of #901F3B
Complementary color
Monochromatic Colors of #901F3B
Black with #901F3B
Text Example
Text Example
White with #901F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901F3B; }
p { color: rgb(144,31,59); }
H1.HeaderClassName
{
color: #901F3B;
}
.AnyTagClassName
{
color: #901F3B;
}
</style>
background-color css
<style>
a { background-color: #901F3B; }
a { background-color: rgb(144,31,59); }
div.DivClassName
{
background-color: #901F3B;
}
.BgClassName
{
background-color: #901F3B;
}
</style>
border-color css
<style>
span { border-color: #901F3B; }
span { border-color: rgb(144,31,59); }
td.TdClassName
{
border-color: #901F3B;
}
.TagClassName
{
border-color: #901F3B;
}
</style>