Shades of Shiraz #90193A
Tints of Shiraz #90193A
RGB
CMYK
RGB Variations
Color information
#90193A (or 0x90193A) is known color: Shiraz. HEX triplet: 90, 19 and 3A. RGB value is (144,25,58). Sum of RGB (Red+Green+Blue) = 144+25+58=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #90193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90193A is #6FE6C5. Grayscale: #404040. Windows color (decimal): -7333574 or 3807632. OLE color: 3807632.
HSL color Cylindrical-coordinate representation of color #90193A: hue angle of 343.36º 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 #90193A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 58 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.44 |
| HSL | 343.36º | 0.7% | 0.33% | - |
| HSV(B) | 343.36º | 0.83% | 0.56% | - |
| XYZ | 12.61 | 6.93 | 4.68 | - |
| YUV | 64.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 58 | 0 | 0.83 | 0.60 | 0.44 | 343.36 | 0.7 | 0.33 |
| Hex | 90 | 19 | 3A | 0 | 53 | 3C | 2C | 157 | 46 | 21 |
| Octal | 220 | 31 | 72 | 0 | 123 | 74 | 54 | 527 | 106 | 41 |
| Binary | 10010000 | 11001 | 111010 | 0 | 1010011 | 111100 | 101100 | 101010111 | 1000110 | 100001 |
Color Harmonies of #90193A
Complementary color
Monochromatic Colors of #90193A
Black with #90193A
Text Example
Text Example
White with #90193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90193A; }
p { color: rgb(144,25,58); }
H1.HeaderClassName
{
color: #90193A;
}
.AnyTagClassName
{
color: #90193A;
}
</style>
background-color css
<style>
a { background-color: #90193A; }
a { background-color: rgb(144,25,58); }
div.DivClassName
{
background-color: #90193A;
}
.BgClassName
{
background-color: #90193A;
}
</style>
border-color css
<style>
span { border-color: #90193A; }
span { border-color: rgb(144,25,58); }
td.TdClassName
{
border-color: #90193A;
}
.TagClassName
{
border-color: #90193A;
}
</style>