Shades of Shiraz #90123D
Tints of Shiraz #90123D
RGB
CMYK
RGB Variations
Color information
#90123D (or 0x90123D) is known color: Shiraz. HEX triplet: 90, 12 and 3D. RGB value is (144,18,61). Sum of RGB (Red+Green+Blue) = 144+18+61=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90123D is #6FEDC2. Grayscale: #3C3C3C. Windows color (decimal): -7335363 or 4002448. OLE color: 4002448.
HSL color Cylindrical-coordinate representation of color #90123D: hue angle of 339.52º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90123D is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 61 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.44 |
| HSL | 339.52º | 0.78% | 0.32% | - |
| HSV(B) | 339.52º | 0.88% | 0.56% | - |
| XYZ | 12.56 | 6.7 | 5.05 | - |
| YUV | 60.58 | 128.24 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 61 | 0 | 0.88 | 0.58 | 0.44 | 339.52 | 0.78 | 0.32 |
| Hex | 90 | 12 | 3D | 0 | 58 | 3A | 2C | 154 | 4E | 20 |
| Octal | 220 | 22 | 75 | 0 | 130 | 72 | 54 | 524 | 116 | 40 |
| Binary | 10010000 | 10010 | 111101 | 0 | 1011000 | 111010 | 101100 | 101010100 | 1001110 | 100000 |
Color Harmonies of #90123D
Complementary color
Monochromatic Colors of #90123D
Black with #90123D
Text Example
Text Example
White with #90123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90123D; }
p { color: rgb(144,18,61); }
H1.HeaderClassName
{
color: #90123D;
}
.AnyTagClassName
{
color: #90123D;
}
</style>
background-color css
<style>
a { background-color: #90123D; }
a { background-color: rgb(144,18,61); }
div.DivClassName
{
background-color: #90123D;
}
.BgClassName
{
background-color: #90123D;
}
</style>
border-color css
<style>
span { border-color: #90123D; }
span { border-color: rgb(144,18,61); }
td.TdClassName
{
border-color: #90123D;
}
.TagClassName
{
border-color: #90123D;
}
</style>