Shades of Shiraz #90263E
Tints of Shiraz #90263E
RGB
CMYK
RGB Variations
Color information
#90263E (or 0x90263E) is known color: Shiraz. HEX triplet: 90, 26 and 3E. RGB value is (144,38,62). Sum of RGB (Red+Green+Blue) = 144+38+62=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90263E is #6FD9C1. Grayscale: #484848. Windows color (decimal): -7330242 or 4073104. OLE color: 4073104.
HSL color Cylindrical-coordinate representation of color #90263E: hue angle of 346.42º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90263E is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 62 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.44 |
| HSL | 346.42º | 0.58% | 0.36% | - |
| HSV(B) | 346.42º | 0.74% | 0.56% | - |
| XYZ | 13.06 | 7.66 | 5.35 | - |
| YUV | 72.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 62 | 0 | 0.74 | 0.57 | 0.44 | 346.42 | 0.58 | 0.36 |
| Hex | 90 | 26 | 3E | 0 | 4A | 39 | 2C | 15A | 3A | 24 |
| Octal | 220 | 46 | 76 | 0 | 112 | 71 | 54 | 532 | 72 | 44 |
| Binary | 10010000 | 100110 | 111110 | 0 | 1001010 | 111001 | 101100 | 101011010 | 111010 | 100100 |
Color Harmonies of #90263E
Complementary color
Monochromatic Colors of #90263E
Black with #90263E
Text Example
Text Example
White with #90263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90263E; }
p { color: rgb(144,38,62); }
H1.HeaderClassName
{
color: #90263E;
}
.AnyTagClassName
{
color: #90263E;
}
</style>
background-color css
<style>
a { background-color: #90263E; }
a { background-color: rgb(144,38,62); }
div.DivClassName
{
background-color: #90263E;
}
.BgClassName
{
background-color: #90263E;
}
</style>
border-color css
<style>
span { border-color: #90263E; }
span { border-color: rgb(144,38,62); }
td.TdClassName
{
border-color: #90263E;
}
.TagClassName
{
border-color: #90263E;
}
</style>