Shades of Shiraz #90223F
Tints of Shiraz #90223F
RGB
CMYK
RGB Variations
Color information
#90223F (or 0x90223F) is known color: Shiraz. HEX triplet: 90, 22 and 3F. RGB value is (144,34,63). Sum of RGB (Red+Green+Blue) = 144+34+63=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90223F is #6FDDC0. Grayscale: #464646. Windows color (decimal): -7331265 or 4137616. OLE color: 4137616.
HSL color Cylindrical-coordinate representation of color #90223F: hue angle of 344.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90223F is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 63 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.44 |
| HSL | 344.18º | 0.62% | 0.35% | - |
| HSV(B) | 344.18º | 0.76% | 0.56% | - |
| XYZ | 12.97 | 7.43 | 5.45 | - |
| YUV | 70.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 63 | 0 | 0.76 | 0.56 | 0.44 | 344.18 | 0.62 | 0.35 |
| Hex | 90 | 22 | 3F | 0 | 4C | 38 | 2C | 158 | 3E | 23 |
| Octal | 220 | 42 | 77 | 0 | 114 | 70 | 54 | 530 | 76 | 43 |
| Binary | 10010000 | 100010 | 111111 | 0 | 1001100 | 111000 | 101100 | 101011000 | 111110 | 100011 |
Color Harmonies of #90223F
Complementary color
Monochromatic Colors of #90223F
Black with #90223F
Text Example
Text Example
White with #90223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90223F; }
p { color: rgb(144,34,63); }
H1.HeaderClassName
{
color: #90223F;
}
.AnyTagClassName
{
color: #90223F;
}
</style>
background-color css
<style>
a { background-color: #90223F; }
a { background-color: rgb(144,34,63); }
div.DivClassName
{
background-color: #90223F;
}
.BgClassName
{
background-color: #90223F;
}
</style>
border-color css
<style>
span { border-color: #90223F; }
span { border-color: rgb(144,34,63); }
td.TdClassName
{
border-color: #90223F;
}
.TagClassName
{
border-color: #90223F;
}
</style>