Shades of Shiraz #90113D
Tints of Shiraz #90113D
RGB
CMYK
RGB Variations
Color information
#90113D (or 0x90113D) is known color: Shiraz. HEX triplet: 90, 11 and 3D. RGB value is (144,17,61). Sum of RGB (Red+Green+Blue) = 144+17+61=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90113D is #6FEEC2. Grayscale: #3B3B3B. Windows color (decimal): -7335619 or 4002192. OLE color: 4002192.
HSL color Cylindrical-coordinate representation of color #90113D: hue angle of 339.21º 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 #90113D is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 61 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.44 |
| HSL | 339.21º | 0.79% | 0.32% | - |
| HSV(B) | 339.21º | 0.88% | 0.56% | - |
| XYZ | 12.54 | 6.67 | 5.04 | - |
| YUV | 59.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 61 | 0 | 0.88 | 0.58 | 0.44 | 339.21 | 0.79 | 0.32 |
| Hex | 90 | 11 | 3D | 0 | 58 | 3A | 2C | 153 | 4F | 20 |
| Octal | 220 | 21 | 75 | 0 | 130 | 72 | 54 | 523 | 117 | 40 |
| Binary | 10010000 | 10001 | 111101 | 0 | 1011000 | 111010 | 101100 | 101010011 | 1001111 | 100000 |
Color Harmonies of #90113D
Complementary color
Monochromatic Colors of #90113D
Black with #90113D
Text Example
Text Example
White with #90113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90113D; }
p { color: rgb(144,17,61); }
H1.HeaderClassName
{
color: #90113D;
}
.AnyTagClassName
{
color: #90113D;
}
</style>
background-color css
<style>
a { background-color: #90113D; }
a { background-color: rgb(144,17,61); }
div.DivClassName
{
background-color: #90113D;
}
.BgClassName
{
background-color: #90113D;
}
</style>
border-color css
<style>
span { border-color: #90113D; }
span { border-color: rgb(144,17,61); }
td.TdClassName
{
border-color: #90113D;
}
.TagClassName
{
border-color: #90113D;
}
</style>