Shades of Shiraz #90263D
Tints of Shiraz #90263D
RGB
CMYK
RGB Variations
Color information
#90263D (or 0x90263D) is known color: Shiraz. HEX triplet: 90, 26 and 3D. RGB value is (144,38,61). Sum of RGB (Red+Green+Blue) = 144+38+61=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90263D is #6FD9C2. Grayscale: #484848. Windows color (decimal): -7330243 or 4007568. OLE color: 4007568.
HSL color Cylindrical-coordinate representation of color #90263D: hue angle of 346.98º 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 #90263D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 61 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.44 |
| HSL | 346.98º | 0.58% | 0.36% | - |
| HSV(B) | 346.98º | 0.74% | 0.56% | - |
| XYZ | 13.04 | 7.65 | 5.2 | - |
| YUV | 72.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 61 | 0 | 0.74 | 0.58 | 0.44 | 346.98 | 0.58 | 0.36 |
| Hex | 90 | 26 | 3D | 0 | 4A | 3A | 2C | 15B | 3A | 24 |
| Octal | 220 | 46 | 75 | 0 | 112 | 72 | 54 | 533 | 72 | 44 |
| Binary | 10010000 | 100110 | 111101 | 0 | 1001010 | 111010 | 101100 | 101011011 | 111010 | 100100 |
Color Harmonies of #90263D
Complementary color
Monochromatic Colors of #90263D
Black with #90263D
Text Example
Text Example
White with #90263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90263D; }
p { color: rgb(144,38,61); }
H1.HeaderClassName
{
color: #90263D;
}
.AnyTagClassName
{
color: #90263D;
}
</style>
background-color css
<style>
a { background-color: #90263D; }
a { background-color: rgb(144,38,61); }
div.DivClassName
{
background-color: #90263D;
}
.BgClassName
{
background-color: #90263D;
}
</style>
border-color css
<style>
span { border-color: #90263D; }
span { border-color: rgb(144,38,61); }
td.TdClassName
{
border-color: #90263D;
}
.TagClassName
{
border-color: #90263D;
}
</style>