Shades of Rose Bud Cherry #841B5A
Tints of Rose Bud Cherry #841B5A
RGB
CMYK
RGB Variations
Color information
#841B5A (or 0x841B5A) is known color: Rose Bud Cherry. HEX triplet: 84, 1B and 5A. RGB value is (132,27,90). Sum of RGB (Red+Green+Blue) = 132+27+90=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #841B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841B5A is #7BE4A5. Grayscale: #414141. Windows color (decimal): -8119462 or 5905284. OLE color: 5905284.
HSL color Cylindrical-coordinate representation of color #841B5A: hue angle of 324º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841B5A is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 90 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.48 |
| HSL | 324º | 0.66% | 0.31% | - |
| HSV(B) | 324º | 0.8% | 0.52% | - |
| XYZ | 11.75 | 6.43 | 10.29 | - |
| YUV | 65.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 90 | 0 | 0.80 | 0.32 | 0.48 | 324 | 0.66 | 0.31 |
| Hex | 84 | 1B | 5A | 0 | 50 | 20 | 30 | 144 | 42 | 1F |
| Octal | 204 | 33 | 132 | 0 | 120 | 40 | 60 | 504 | 102 | 37 |
| Binary | 10000100 | 11011 | 1011010 | 0 | 1010000 | 100000 | 110000 | 101000100 | 1000010 | 11111 |
Color Harmonies of #841B5A
Complementary color
Monochromatic Colors of #841B5A
Black with #841B5A
Text Example
Text Example
White with #841B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B5A; }
p { color: rgb(132,27,90); }
H1.HeaderClassName
{
color: #841B5A;
}
.AnyTagClassName
{
color: #841B5A;
}
</style>
background-color css
<style>
a { background-color: #841B5A; }
a { background-color: rgb(132,27,90); }
div.DivClassName
{
background-color: #841B5A;
}
.BgClassName
{
background-color: #841B5A;
}
</style>
border-color css
<style>
span { border-color: #841B5A; }
span { border-color: rgb(132,27,90); }
td.TdClassName
{
border-color: #841B5A;
}
.TagClassName
{
border-color: #841B5A;
}
</style>