Shades of Rose Bud Cherry #841250
Tints of Rose Bud Cherry #841250
RGB
CMYK
RGB Variations
Color information
#841250 (or 0x841250) is known color: Rose Bud Cherry. HEX triplet: 84, 12 and 50. RGB value is (132,18,80). Sum of RGB (Red+Green+Blue) = 132+18+80=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #841250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841250 is #7BEDAF. Grayscale: #3B3B3B. Windows color (decimal): -8121776 or 5247620. OLE color: 5247620.
HSL color Cylindrical-coordinate representation of color #841250: hue angle of 327.37º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841250 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 80 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.48 |
| HSL | 327.37º | 0.76% | 0.29% | - |
| HSV(B) | 327.37º | 0.86% | 0.52% | - |
| XYZ | 11.18 | 5.92 | 8.14 | - |
| YUV | 59.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 80 | 0 | 0.86 | 0.39 | 0.48 | 327.37 | 0.76 | 0.29 |
| Hex | 84 | 12 | 50 | 0 | 56 | 27 | 30 | 147 | 4C | 1D |
| Octal | 204 | 22 | 120 | 0 | 126 | 47 | 60 | 507 | 114 | 35 |
| Binary | 10000100 | 10010 | 1010000 | 0 | 1010110 | 100111 | 110000 | 101000111 | 1001100 | 11101 |
Color Harmonies of #841250
Complementary color
Monochromatic Colors of #841250
Black with #841250
Text Example
Text Example
White with #841250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841250; }
p { color: rgb(132,18,80); }
H1.HeaderClassName
{
color: #841250;
}
.AnyTagClassName
{
color: #841250;
}
</style>
background-color css
<style>
a { background-color: #841250; }
a { background-color: rgb(132,18,80); }
div.DivClassName
{
background-color: #841250;
}
.BgClassName
{
background-color: #841250;
}
</style>
border-color css
<style>
span { border-color: #841250; }
span { border-color: rgb(132,18,80); }
td.TdClassName
{
border-color: #841250;
}
.TagClassName
{
border-color: #841250;
}
</style>