Shades of Shiraz #902940
Tints of Shiraz #902940
RGB
CMYK
RGB Variations
Color information
#902940 (or 0x902940) is known color: Shiraz. HEX triplet: 90, 29 and 40. RGB value is (144,41,64). Sum of RGB (Red+Green+Blue) = 144+41+64=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #902940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902940 is #6FD6BF. Grayscale: #4A4A4A. Windows color (decimal): -7329472 or 4204944. OLE color: 4204944.
HSL color Cylindrical-coordinate representation of color #902940: hue angle of 346.6º degrees, saturation: 0.56, 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 #902940 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 64 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.44 |
| HSL | 346.6º | 0.56% | 0.36% | - |
| HSV(B) | 346.6º | 0.72% | 0.56% | - |
| XYZ | 13.22 | 7.89 | 5.68 | - |
| YUV | 74.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 64 | 0 | 0.72 | 0.56 | 0.44 | 346.6 | 0.56 | 0.36 |
| Hex | 90 | 29 | 40 | 0 | 48 | 38 | 2C | 15B | 38 | 24 |
| Octal | 220 | 51 | 100 | 0 | 110 | 70 | 54 | 533 | 70 | 44 |
| Binary | 10010000 | 101001 | 1000000 | 0 | 1001000 | 111000 | 101100 | 101011011 | 111000 | 100100 |
Color Harmonies of #902940
Complementary color
Monochromatic Colors of #902940
Black with #902940
Text Example
Text Example
White with #902940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902940; }
p { color: rgb(144,41,64); }
H1.HeaderClassName
{
color: #902940;
}
.AnyTagClassName
{
color: #902940;
}
</style>
background-color css
<style>
a { background-color: #902940; }
a { background-color: rgb(144,41,64); }
div.DivClassName
{
background-color: #902940;
}
.BgClassName
{
background-color: #902940;
}
</style>
border-color css
<style>
span { border-color: #902940; }
span { border-color: rgb(144,41,64); }
td.TdClassName
{
border-color: #902940;
}
.TagClassName
{
border-color: #902940;
}
</style>