Shades of Shiraz #902138
Tints of Shiraz #902138
RGB
CMYK
RGB Variations
Color information
#902138 (or 0x902138) is known color: Shiraz. HEX triplet: 90, 21 and 38. RGB value is (144,33,56). Sum of RGB (Red+Green+Blue) = 144+33+56=233 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.80% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 144 - color contains mainly: red. Hex color #902138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902138 is #6FDEC7. Grayscale: #444444. Windows color (decimal): -7331528 or 3678608. OLE color: 3678608.
HSL color Cylindrical-coordinate representation of color #902138: hue angle of 347.57º 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 #902138 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 56 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.44 |
| HSL | 347.57º | 0.63% | 0.35% | - |
| HSV(B) | 347.57º | 0.77% | 0.56% | - |
| XYZ | 12.76 | 7.3 | 4.48 | - |
| YUV | 68.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 56 | 0 | 0.77 | 0.61 | 0.44 | 347.57 | 0.63 | 0.35 |
| Hex | 90 | 21 | 38 | 0 | 4D | 3D | 2C | 15C | 3F | 23 |
| Octal | 220 | 41 | 70 | 0 | 115 | 75 | 54 | 534 | 77 | 43 |
| Binary | 10010000 | 100001 | 111000 | 0 | 1001101 | 111101 | 101100 | 101011100 | 111111 | 100011 |
Color Harmonies of #902138
Complementary color
Monochromatic Colors of #902138
Black with #902138
Text Example
Text Example
White with #902138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902138; }
p { color: rgb(144,33,56); }
H1.HeaderClassName
{
color: #902138;
}
.AnyTagClassName
{
color: #902138;
}
</style>
background-color css
<style>
a { background-color: #902138; }
a { background-color: rgb(144,33,56); }
div.DivClassName
{
background-color: #902138;
}
.BgClassName
{
background-color: #902138;
}
</style>
border-color css
<style>
span { border-color: #902138; }
span { border-color: rgb(144,33,56); }
td.TdClassName
{
border-color: #902138;
}
.TagClassName
{
border-color: #902138;
}
</style>