Shades of Shiraz #90203B
Tints of Shiraz #90203B
RGB
CMYK
RGB Variations
Color information
#90203B (or 0x90203B) is known color: Shiraz. HEX triplet: 90, 20 and 3B. RGB value is (144,32,59). Sum of RGB (Red+Green+Blue) = 144+32+59=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #90203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90203B is #6FDFC4. Grayscale: #444444. Windows color (decimal): -7331781 or 3874960. OLE color: 3874960.
HSL color Cylindrical-coordinate representation of color #90203B: hue angle of 345.54º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90203B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 59 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.44 |
| HSL | 345.54º | 0.64% | 0.35% | - |
| HSV(B) | 345.54º | 0.78% | 0.56% | - |
| XYZ | 12.81 | 7.28 | 4.87 | - |
| YUV | 68.57 | 122.61 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 59 | 0 | 0.78 | 0.59 | 0.44 | 345.54 | 0.64 | 0.35 |
| Hex | 90 | 20 | 3B | 0 | 4E | 3B | 2C | 15A | 40 | 23 |
| Octal | 220 | 40 | 73 | 0 | 116 | 73 | 54 | 532 | 100 | 43 |
| Binary | 10010000 | 100000 | 111011 | 0 | 1001110 | 111011 | 101100 | 101011010 | 1000000 | 100011 |
Color Harmonies of #90203B
Complementary color
Monochromatic Colors of #90203B
Black with #90203B
Text Example
Text Example
White with #90203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90203B; }
p { color: rgb(144,32,59); }
H1.HeaderClassName
{
color: #90203B;
}
.AnyTagClassName
{
color: #90203B;
}
</style>
background-color css
<style>
a { background-color: #90203B; }
a { background-color: rgb(144,32,59); }
div.DivClassName
{
background-color: #90203B;
}
.BgClassName
{
background-color: #90203B;
}
</style>
border-color css
<style>
span { border-color: #90203B; }
span { border-color: rgb(144,32,59); }
td.TdClassName
{
border-color: #90203B;
}
.TagClassName
{
border-color: #90203B;
}
</style>