Shades of Shiraz #90173D
Tints of Shiraz #90173D
RGB
CMYK
RGB Variations
Color information
#90173D (or 0x90173D) is known color: Shiraz. HEX triplet: 90, 17 and 3D. RGB value is (144,23,61). Sum of RGB (Red+Green+Blue) = 144+23+61=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #90173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90173D is #6FE8C2. Grayscale: #3F3F3F. Windows color (decimal): -7334083 or 4003728. OLE color: 4003728.
HSL color Cylindrical-coordinate representation of color #90173D: hue angle of 341.16º 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 #90173D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 61 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.44 |
| HSL | 341.16º | 0.72% | 0.33% | - |
| HSV(B) | 341.16º | 0.84% | 0.56% | - |
| XYZ | 12.65 | 6.88 | 5.08 | - |
| YUV | 63.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 61 | 0 | 0.84 | 0.58 | 0.44 | 341.16 | 0.72 | 0.33 |
| Hex | 90 | 17 | 3D | 0 | 54 | 3A | 2C | 155 | 48 | 21 |
| Octal | 220 | 27 | 75 | 0 | 124 | 72 | 54 | 525 | 110 | 41 |
| Binary | 10010000 | 10111 | 111101 | 0 | 1010100 | 111010 | 101100 | 101010101 | 1001000 | 100001 |
Color Harmonies of #90173D
Complementary color
Monochromatic Colors of #90173D
Black with #90173D
Text Example
Text Example
White with #90173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90173D; }
p { color: rgb(144,23,61); }
H1.HeaderClassName
{
color: #90173D;
}
.AnyTagClassName
{
color: #90173D;
}
</style>
background-color css
<style>
a { background-color: #90173D; }
a { background-color: rgb(144,23,61); }
div.DivClassName
{
background-color: #90173D;
}
.BgClassName
{
background-color: #90173D;
}
</style>
border-color css
<style>
span { border-color: #90173D; }
span { border-color: rgb(144,23,61); }
td.TdClassName
{
border-color: #90173D;
}
.TagClassName
{
border-color: #90173D;
}
</style>