Shades of Shiraz #901D36
Tints of Shiraz #901D36
RGB
CMYK
RGB Variations
Color information
#901D36 (or 0x901D36) is known color: Shiraz. HEX triplet: 90, 1D and 36. RGB value is (144,29,54). Sum of RGB (Red+Green+Blue) = 144+29+54=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #901D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901D36 is #6FE2C9. Grayscale: #424242. Windows color (decimal): -7332554 or 3546512. OLE color: 3546512.
HSL color Cylindrical-coordinate representation of color #901D36: hue angle of 346.96º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #901D36 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 29 | 54 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.44 |
| HSL | 346.96º | 0.66% | 0.34% | - |
| HSV(B) | 346.96º | 0.8% | 0.56% | - |
| XYZ | 12.61 | 7.07 | 4.19 | - |
| YUV | 66.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 54 | 0 | 0.80 | 0.63 | 0.44 | 346.96 | 0.66 | 0.34 |
| Hex | 90 | 1D | 36 | 0 | 50 | 3F | 2C | 15B | 42 | 22 |
| Octal | 220 | 35 | 66 | 0 | 120 | 77 | 54 | 533 | 102 | 42 |
| Binary | 10010000 | 11101 | 110110 | 0 | 1010000 | 111111 | 101100 | 101011011 | 1000010 | 100010 |
Color Harmonies of #901D36
Complementary color
Monochromatic Colors of #901D36
Black with #901D36
Text Example
Text Example
White with #901D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901D36; }
p { color: rgb(144,29,54); }
H1.HeaderClassName
{
color: #901D36;
}
.AnyTagClassName
{
color: #901D36;
}
</style>
background-color css
<style>
a { background-color: #901D36; }
a { background-color: rgb(144,29,54); }
div.DivClassName
{
background-color: #901D36;
}
.BgClassName
{
background-color: #901D36;
}
</style>
border-color css
<style>
span { border-color: #901D36; }
span { border-color: rgb(144,29,54); }
td.TdClassName
{
border-color: #901D36;
}
.TagClassName
{
border-color: #901D36;
}
</style>