Shades of Shiraz #90113C
Tints of Shiraz #90113C
RGB
CMYK
RGB Variations
Color information
#90113C (or 0x90113C) is known color: Shiraz. HEX triplet: 90, 11 and 3C. RGB value is (144,17,60). Sum of RGB (Red+Green+Blue) = 144+17+60=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #90113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90113C is #6FEEC3. Grayscale: #3B3B3B. Windows color (decimal): -7335620 or 3936656. OLE color: 3936656.
HSL color Cylindrical-coordinate representation of color #90113C: hue angle of 339.69º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90113C is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 60 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.44 |
| HSL | 339.69º | 0.79% | 0.32% | - |
| HSV(B) | 339.69º | 0.88% | 0.56% | - |
| XYZ | 12.52 | 6.66 | 4.9 | - |
| YUV | 59.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 60 | 0 | 0.88 | 0.58 | 0.44 | 339.69 | 0.79 | 0.32 |
| Hex | 90 | 11 | 3C | 0 | 58 | 3A | 2C | 154 | 4F | 20 |
| Octal | 220 | 21 | 74 | 0 | 130 | 72 | 54 | 524 | 117 | 40 |
| Binary | 10010000 | 10001 | 111100 | 0 | 1011000 | 111010 | 101100 | 101010100 | 1001111 | 100000 |
Color Harmonies of #90113C
Complementary color
Monochromatic Colors of #90113C
Black with #90113C
Text Example
Text Example
White with #90113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90113C; }
p { color: rgb(144,17,60); }
H1.HeaderClassName
{
color: #90113C;
}
.AnyTagClassName
{
color: #90113C;
}
</style>
background-color css
<style>
a { background-color: #90113C; }
a { background-color: rgb(144,17,60); }
div.DivClassName
{
background-color: #90113C;
}
.BgClassName
{
background-color: #90113C;
}
</style>
border-color css
<style>
span { border-color: #90113C; }
span { border-color: rgb(144,17,60); }
td.TdClassName
{
border-color: #90113C;
}
.TagClassName
{
border-color: #90113C;
}
</style>