Shades of Shiraz #90153C
Tints of Shiraz #90153C
RGB
CMYK
RGB Variations
Color information
#90153C (or 0x90153C) is known color: Shiraz. HEX triplet: 90, 15 and 3C. RGB value is (144,21,60). Sum of RGB (Red+Green+Blue) = 144+21+60=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #90153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90153C is #6FEAC3. Grayscale: #3E3E3E. Windows color (decimal): -7334596 or 3937680. OLE color: 3937680.
HSL color Cylindrical-coordinate representation of color #90153C: hue angle of 340.98º 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 #90153C is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 60 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.44 |
| HSL | 340.98º | 0.75% | 0.32% | - |
| HSV(B) | 340.98º | 0.85% | 0.56% | - |
| XYZ | 12.59 | 6.79 | 4.92 | - |
| YUV | 62.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 60 | 0 | 0.85 | 0.58 | 0.44 | 340.98 | 0.75 | 0.32 |
| Hex | 90 | 15 | 3C | 0 | 55 | 3A | 2C | 155 | 4B | 20 |
| Octal | 220 | 25 | 74 | 0 | 125 | 72 | 54 | 525 | 113 | 40 |
| Binary | 10010000 | 10101 | 111100 | 0 | 1010101 | 111010 | 101100 | 101010101 | 1001011 | 100000 |
Color Harmonies of #90153C
Complementary color
Monochromatic Colors of #90153C
Black with #90153C
Text Example
Text Example
White with #90153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90153C; }
p { color: rgb(144,21,60); }
H1.HeaderClassName
{
color: #90153C;
}
.AnyTagClassName
{
color: #90153C;
}
</style>
background-color css
<style>
a { background-color: #90153C; }
a { background-color: rgb(144,21,60); }
div.DivClassName
{
background-color: #90153C;
}
.BgClassName
{
background-color: #90153C;
}
</style>
border-color css
<style>
span { border-color: #90153C; }
span { border-color: rgb(144,21,60); }
td.TdClassName
{
border-color: #90153C;
}
.TagClassName
{
border-color: #90153C;
}
</style>