Shades of Shiraz #902840
Tints of Shiraz #902840
RGB
CMYK
RGB Variations
Color information
#902840 (or 0x902840) is known color: Shiraz. HEX triplet: 90, 28 and 40. RGB value is (144,40,64). Sum of RGB (Red+Green+Blue) = 144+40+64=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #902840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902840 is #6FD7BF. Grayscale: #494949. Windows color (decimal): -7329728 or 4204688. OLE color: 4204688.
HSL color Cylindrical-coordinate representation of color #902840: hue angle of 346.15º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902840 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 64 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.44 |
| HSL | 346.15º | 0.57% | 0.36% | - |
| HSV(B) | 346.15º | 0.72% | 0.56% | - |
| XYZ | 13.19 | 7.82 | 5.66 | - |
| YUV | 73.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 64 | 0 | 0.72 | 0.56 | 0.44 | 346.15 | 0.57 | 0.36 |
| Hex | 90 | 28 | 40 | 0 | 48 | 38 | 2C | 15A | 39 | 24 |
| Octal | 220 | 50 | 100 | 0 | 110 | 70 | 54 | 532 | 71 | 44 |
| Binary | 10010000 | 101000 | 1000000 | 0 | 1001000 | 111000 | 101100 | 101011010 | 111001 | 100100 |
Color Harmonies of #902840
Complementary color
Monochromatic Colors of #902840
Black with #902840
Text Example
Text Example
White with #902840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902840; }
p { color: rgb(144,40,64); }
H1.HeaderClassName
{
color: #902840;
}
.AnyTagClassName
{
color: #902840;
}
</style>
background-color css
<style>
a { background-color: #902840; }
a { background-color: rgb(144,40,64); }
div.DivClassName
{
background-color: #902840;
}
.BgClassName
{
background-color: #902840;
}
</style>
border-color css
<style>
span { border-color: #902840; }
span { border-color: rgb(144,40,64); }
td.TdClassName
{
border-color: #902840;
}
.TagClassName
{
border-color: #902840;
}
</style>