Shades of Shiraz #90152F
Tints of Shiraz #90152F
RGB
CMYK
RGB Variations
Color information
#90152F (or 0x90152F) is known color: Shiraz. HEX triplet: 90, 15 and 2F. RGB value is (144,21,47). Sum of RGB (Red+Green+Blue) = 144+21+47=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #90152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90152F is #6FEAD0. Grayscale: #3C3C3C. Windows color (decimal): -7334609 or 3085712. OLE color: 3085712.
HSL color Cylindrical-coordinate representation of color #90152F: hue angle of 347.32º 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 #90152F is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 47 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.44 |
| HSL | 347.32º | 0.75% | 0.32% | - |
| HSV(B) | 347.32º | 0.85% | 0.56% | - |
| XYZ | 12.28 | 6.67 | 3.33 | - |
| YUV | 60.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 47 | 0 | 0.85 | 0.67 | 0.44 | 347.32 | 0.75 | 0.32 |
| Hex | 90 | 15 | 2F | 0 | 55 | 43 | 2C | 15B | 4B | 20 |
| Octal | 220 | 25 | 57 | 0 | 125 | 103 | 54 | 533 | 113 | 40 |
| Binary | 10010000 | 10101 | 101111 | 0 | 1010101 | 1000011 | 101100 | 101011011 | 1001011 | 100000 |
Color Harmonies of #90152F
Complementary color
Monochromatic Colors of #90152F
Black with #90152F
Text Example
Text Example
White with #90152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90152F; }
p { color: rgb(144,21,47); }
H1.HeaderClassName
{
color: #90152F;
}
.AnyTagClassName
{
color: #90152F;
}
</style>
background-color css
<style>
a { background-color: #90152F; }
a { background-color: rgb(144,21,47); }
div.DivClassName
{
background-color: #90152F;
}
.BgClassName
{
background-color: #90152F;
}
</style>
border-color css
<style>
span { border-color: #90152F; }
span { border-color: rgb(144,21,47); }
td.TdClassName
{
border-color: #90152F;
}
.TagClassName
{
border-color: #90152F;
}
</style>