Shades of Shiraz #90153A
Tints of Shiraz #90153A
RGB
CMYK
RGB Variations
Color information
#90153A (or 0x90153A) is known color: Shiraz. HEX triplet: 90, 15 and 3A. RGB value is (144,21,58). Sum of RGB (Red+Green+Blue) = 144+21+58=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90153A is #6FEAC5. Grayscale: #3D3D3D. Windows color (decimal): -7334598 or 3806608. OLE color: 3806608.
HSL color Cylindrical-coordinate representation of color #90153A: hue angle of 341.95º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90153A is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 58 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.44 |
| HSL | 341.95º | 0.75% | 0.32% | - |
| HSV(B) | 341.95º | 0.85% | 0.56% | - |
| XYZ | 12.53 | 6.77 | 4.65 | - |
| YUV | 62 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 58 | 0 | 0.85 | 0.60 | 0.44 | 341.95 | 0.75 | 0.32 |
| Hex | 90 | 15 | 3A | 0 | 55 | 3C | 2C | 156 | 4B | 20 |
| Octal | 220 | 25 | 72 | 0 | 125 | 74 | 54 | 526 | 113 | 40 |
| Binary | 10010000 | 10101 | 111010 | 0 | 1010101 | 111100 | 101100 | 101010110 | 1001011 | 100000 |
Color Harmonies of #90153A
Complementary color
Monochromatic Colors of #90153A
Black with #90153A
Text Example
Text Example
White with #90153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90153A; }
p { color: rgb(144,21,58); }
H1.HeaderClassName
{
color: #90153A;
}
.AnyTagClassName
{
color: #90153A;
}
</style>
background-color css
<style>
a { background-color: #90153A; }
a { background-color: rgb(144,21,58); }
div.DivClassName
{
background-color: #90153A;
}
.BgClassName
{
background-color: #90153A;
}
</style>
border-color css
<style>
span { border-color: #90153A; }
span { border-color: rgb(144,21,58); }
td.TdClassName
{
border-color: #90153A;
}
.TagClassName
{
border-color: #90153A;
}
</style>