Shades of Rose Bud Cherry #90224F
Tints of Rose Bud Cherry #90224F
RGB
CMYK
RGB Variations
Color information
#90224F (or 0x90224F) is known color: Rose Bud Cherry. HEX triplet: 90, 22 and 4F. RGB value is (144,34,79). Sum of RGB (Red+Green+Blue) = 144+34+79=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #90224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90224F is #6FDDB0. Grayscale: #474747. Windows color (decimal): -7331249 or 5186192. OLE color: 5186192.
HSL color Cylindrical-coordinate representation of color #90224F: hue angle of 335.45º 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 #90224F is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 79 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.44 |
| HSL | 335.45º | 0.62% | 0.35% | - |
| HSV(B) | 335.45º | 0.76% | 0.56% | - |
| XYZ | 13.48 | 7.64 | 8.16 | - |
| YUV | 72.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 79 | 0 | 0.76 | 0.45 | 0.44 | 335.45 | 0.62 | 0.35 |
| Hex | 90 | 22 | 4F | 0 | 4C | 2D | 2C | 14F | 3E | 23 |
| Octal | 220 | 42 | 117 | 0 | 114 | 55 | 54 | 517 | 76 | 43 |
| Binary | 10010000 | 100010 | 1001111 | 0 | 1001100 | 101101 | 101100 | 101001111 | 111110 | 100011 |
Color Harmonies of #90224F
Complementary color
Monochromatic Colors of #90224F
Black with #90224F
Text Example
Text Example
White with #90224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90224F; }
p { color: rgb(144,34,79); }
H1.HeaderClassName
{
color: #90224F;
}
.AnyTagClassName
{
color: #90224F;
}
</style>
background-color css
<style>
a { background-color: #90224F; }
a { background-color: rgb(144,34,79); }
div.DivClassName
{
background-color: #90224F;
}
.BgClassName
{
background-color: #90224F;
}
</style>
border-color css
<style>
span { border-color: #90224F; }
span { border-color: rgb(144,34,79); }
td.TdClassName
{
border-color: #90224F;
}
.TagClassName
{
border-color: #90224F;
}
</style>