Shades of Shiraz #90193E
Tints of Shiraz #90193E
RGB
CMYK
RGB Variations
Color information
#90193E (or 0x90193E) is known color: Shiraz. HEX triplet: 90, 19 and 3E. RGB value is (144,25,62). Sum of RGB (Red+Green+Blue) = 144+25+62=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #90193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90193E is #6FE6C1. Grayscale: #404040. Windows color (decimal): -7333570 or 4069776. OLE color: 4069776.
HSL color Cylindrical-coordinate representation of color #90193E: hue angle of 341.34º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90193E is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 62 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.44 |
| HSL | 341.34º | 0.7% | 0.33% | - |
| HSV(B) | 341.34º | 0.83% | 0.56% | - |
| XYZ | 12.72 | 6.97 | 5.23 | - |
| YUV | 64.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 62 | 0 | 0.83 | 0.57 | 0.44 | 341.34 | 0.7 | 0.33 |
| Hex | 90 | 19 | 3E | 0 | 53 | 39 | 2C | 155 | 46 | 21 |
| Octal | 220 | 31 | 76 | 0 | 123 | 71 | 54 | 525 | 106 | 41 |
| Binary | 10010000 | 11001 | 111110 | 0 | 1010011 | 111001 | 101100 | 101010101 | 1000110 | 100001 |
Color Harmonies of #90193E
Complementary color
Monochromatic Colors of #90193E
Black with #90193E
Text Example
Text Example
White with #90193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90193E; }
p { color: rgb(144,25,62); }
H1.HeaderClassName
{
color: #90193E;
}
.AnyTagClassName
{
color: #90193E;
}
</style>
background-color css
<style>
a { background-color: #90193E; }
a { background-color: rgb(144,25,62); }
div.DivClassName
{
background-color: #90193E;
}
.BgClassName
{
background-color: #90193E;
}
</style>
border-color css
<style>
span { border-color: #90193E; }
span { border-color: rgb(144,25,62); }
td.TdClassName
{
border-color: #90193E;
}
.TagClassName
{
border-color: #90193E;
}
</style>