Shades of Shiraz #902139
Tints of Shiraz #902139
RGB
CMYK
RGB Variations
Color information
#902139 (or 0x902139) is known color: Shiraz. HEX triplet: 90, 21 and 39. RGB value is (144,33,57). Sum of RGB (Red+Green+Blue) = 144+33+57=234 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.54% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 144 - color contains mainly: red. Hex color #902139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902139 is #6FDEC6. Grayscale: #444444. Windows color (decimal): -7331527 or 3744144. OLE color: 3744144.
HSL color Cylindrical-coordinate representation of color #902139: hue angle of 347.03º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902139 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 57 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.44 |
| HSL | 347.03º | 0.63% | 0.35% | - |
| HSV(B) | 347.03º | 0.77% | 0.56% | - |
| XYZ | 12.78 | 7.31 | 4.61 | - |
| YUV | 68.93 | 121.27 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 57 | 0 | 0.77 | 0.60 | 0.44 | 347.03 | 0.63 | 0.35 |
| Hex | 90 | 21 | 39 | 0 | 4D | 3C | 2C | 15B | 3F | 23 |
| Octal | 220 | 41 | 71 | 0 | 115 | 74 | 54 | 533 | 77 | 43 |
| Binary | 10010000 | 100001 | 111001 | 0 | 1001101 | 111100 | 101100 | 101011011 | 111111 | 100011 |
Color Harmonies of #902139
Complementary color
Monochromatic Colors of #902139
Black with #902139
Text Example
Text Example
White with #902139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902139; }
p { color: rgb(144,33,57); }
H1.HeaderClassName
{
color: #902139;
}
.AnyTagClassName
{
color: #902139;
}
</style>
background-color css
<style>
a { background-color: #902139; }
a { background-color: rgb(144,33,57); }
div.DivClassName
{
background-color: #902139;
}
.BgClassName
{
background-color: #902139;
}
</style>
border-color css
<style>
span { border-color: #902139; }
span { border-color: rgb(144,33,57); }
td.TdClassName
{
border-color: #902139;
}
.TagClassName
{
border-color: #902139;
}
</style>