Shades of Shiraz #90173A
Tints of Shiraz #90173A
RGB
CMYK
RGB Variations
Color information
#90173A (or 0x90173A) is known color: Shiraz. HEX triplet: 90, 17 and 3A. RGB value is (144,23,58). Sum of RGB (Red+Green+Blue) = 144+23+58=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #90173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90173A is #6FE8C5. Grayscale: #3F3F3F. Windows color (decimal): -7334086 or 3807120. OLE color: 3807120.
HSL color Cylindrical-coordinate representation of color #90173A: hue angle of 342.64º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90173A is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 58 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.44 |
| HSL | 342.64º | 0.72% | 0.33% | - |
| HSV(B) | 342.64º | 0.84% | 0.56% | - |
| XYZ | 12.57 | 6.85 | 4.66 | - |
| YUV | 63.17 | 125.09 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 58 | 0 | 0.84 | 0.60 | 0.44 | 342.64 | 0.72 | 0.33 |
| Hex | 90 | 17 | 3A | 0 | 54 | 3C | 2C | 157 | 48 | 21 |
| Octal | 220 | 27 | 72 | 0 | 124 | 74 | 54 | 527 | 110 | 41 |
| Binary | 10010000 | 10111 | 111010 | 0 | 1010100 | 111100 | 101100 | 101010111 | 1001000 | 100001 |
Color Harmonies of #90173A
Complementary color
Monochromatic Colors of #90173A
Black with #90173A
Text Example
Text Example
White with #90173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90173A; }
p { color: rgb(144,23,58); }
H1.HeaderClassName
{
color: #90173A;
}
.AnyTagClassName
{
color: #90173A;
}
</style>
background-color css
<style>
a { background-color: #90173A; }
a { background-color: rgb(144,23,58); }
div.DivClassName
{
background-color: #90173A;
}
.BgClassName
{
background-color: #90173A;
}
</style>
border-color css
<style>
span { border-color: #90173A; }
span { border-color: rgb(144,23,58); }
td.TdClassName
{
border-color: #90173A;
}
.TagClassName
{
border-color: #90173A;
}
</style>