Shades of Shiraz #90183A
Tints of Shiraz #90183A
RGB
CMYK
RGB Variations
Color information
#90183A (or 0x90183A) is known color: Shiraz. HEX triplet: 90, 18 and 3A. RGB value is (144,24,58). Sum of RGB (Red+Green+Blue) = 144+24+58=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #90183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90183A is #6FE7C5. Grayscale: #3F3F3F. Windows color (decimal): -7333830 or 3807376. OLE color: 3807376.
HSL color Cylindrical-coordinate representation of color #90183A: hue angle of 343º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90183A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 58 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.44 |
| HSL | 343º | 0.71% | 0.33% | - |
| HSV(B) | 343º | 0.83% | 0.56% | - |
| XYZ | 12.59 | 6.89 | 4.67 | - |
| YUV | 63.76 | 124.76 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 58 | 0 | 0.83 | 0.60 | 0.44 | 343 | 0.71 | 0.33 |
| Hex | 90 | 18 | 3A | 0 | 53 | 3C | 2C | 157 | 47 | 21 |
| Octal | 220 | 30 | 72 | 0 | 123 | 74 | 54 | 527 | 107 | 41 |
| Binary | 10010000 | 11000 | 111010 | 0 | 1010011 | 111100 | 101100 | 101010111 | 1000111 | 100001 |
Color Harmonies of #90183A
Complementary color
Monochromatic Colors of #90183A
Black with #90183A
Text Example
Text Example
White with #90183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90183A; }
p { color: rgb(144,24,58); }
H1.HeaderClassName
{
color: #90183A;
}
.AnyTagClassName
{
color: #90183A;
}
</style>
background-color css
<style>
a { background-color: #90183A; }
a { background-color: rgb(144,24,58); }
div.DivClassName
{
background-color: #90183A;
}
.BgClassName
{
background-color: #90183A;
}
</style>
border-color css
<style>
span { border-color: #90183A; }
span { border-color: rgb(144,24,58); }
td.TdClassName
{
border-color: #90183A;
}
.TagClassName
{
border-color: #90183A;
}
</style>