Shades of Rose Bud Cherry #902850
Tints of Rose Bud Cherry #902850
RGB
CMYK
RGB Variations
Color information
#902850 (or 0x902850) is known color: Rose Bud Cherry. HEX triplet: 90, 28 and 50. RGB value is (144,40,80). Sum of RGB (Red+Green+Blue) = 144+40+80=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #902850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902850 is #6FD7AF. Grayscale: #4B4B4B. Windows color (decimal): -7329712 or 5253264. OLE color: 5253264.
HSL color Cylindrical-coordinate representation of color #902850: hue angle of 336.92º degrees, saturation: 0.57, 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 #902850 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 80 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.44 |
| HSL | 336.92º | 0.57% | 0.36% | - |
| HSV(B) | 336.92º | 0.72% | 0.56% | - |
| XYZ | 13.71 | 8.03 | 8.42 | - |
| YUV | 75.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 80 | 0 | 0.72 | 0.44 | 0.44 | 336.92 | 0.57 | 0.36 |
| Hex | 90 | 28 | 50 | 0 | 48 | 2C | 2C | 151 | 39 | 24 |
| Octal | 220 | 50 | 120 | 0 | 110 | 54 | 54 | 521 | 71 | 44 |
| Binary | 10010000 | 101000 | 1010000 | 0 | 1001000 | 101100 | 101100 | 101010001 | 111001 | 100100 |
Color Harmonies of #902850
Complementary color
Monochromatic Colors of #902850
Black with #902850
Text Example
Text Example
White with #902850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902850; }
p { color: rgb(144,40,80); }
H1.HeaderClassName
{
color: #902850;
}
.AnyTagClassName
{
color: #902850;
}
</style>
background-color css
<style>
a { background-color: #902850; }
a { background-color: rgb(144,40,80); }
div.DivClassName
{
background-color: #902850;
}
.BgClassName
{
background-color: #902850;
}
</style>
border-color css
<style>
span { border-color: #902850; }
span { border-color: rgb(144,40,80); }
td.TdClassName
{
border-color: #902850;
}
.TagClassName
{
border-color: #902850;
}
</style>