Shades of Shiraz #90163B
Tints of Shiraz #90163B
RGB
CMYK
RGB Variations
Color information
#90163B (or 0x90163B) is known color: Shiraz. HEX triplet: 90, 16 and 3B. RGB value is (144,22,59). Sum of RGB (Red+Green+Blue) = 144+22+59=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #90163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90163B is #6FE9C4. Grayscale: #3E3E3E. Windows color (decimal): -7334341 or 3872400. OLE color: 3872400.
HSL color Cylindrical-coordinate representation of color #90163B: hue angle of 341.8º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90163B is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 59 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.44 |
| HSL | 341.8º | 0.73% | 0.33% | - |
| HSV(B) | 341.8º | 0.85% | 0.56% | - |
| XYZ | 12.58 | 6.82 | 4.79 | - |
| YUV | 62.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 59 | 0 | 0.85 | 0.59 | 0.44 | 341.8 | 0.73 | 0.33 |
| Hex | 90 | 16 | 3B | 0 | 55 | 3B | 2C | 156 | 49 | 21 |
| Octal | 220 | 26 | 73 | 0 | 125 | 73 | 54 | 526 | 111 | 41 |
| Binary | 10010000 | 10110 | 111011 | 0 | 1010101 | 111011 | 101100 | 101010110 | 1001001 | 100001 |
Color Harmonies of #90163B
Complementary color
Monochromatic Colors of #90163B
Black with #90163B
Text Example
Text Example
White with #90163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90163B; }
p { color: rgb(144,22,59); }
H1.HeaderClassName
{
color: #90163B;
}
.AnyTagClassName
{
color: #90163B;
}
</style>
background-color css
<style>
a { background-color: #90163B; }
a { background-color: rgb(144,22,59); }
div.DivClassName
{
background-color: #90163B;
}
.BgClassName
{
background-color: #90163B;
}
</style>
border-color css
<style>
span { border-color: #90163B; }
span { border-color: rgb(144,22,59); }
td.TdClassName
{
border-color: #90163B;
}
.TagClassName
{
border-color: #90163B;
}
</style>