Shades of Rose Bud Cherry #841B5B
Tints of Rose Bud Cherry #841B5B
RGB
CMYK
RGB Variations
Color information
#841B5B (or 0x841B5B) is known color: Rose Bud Cherry. HEX triplet: 84, 1B and 5B. RGB value is (132,27,91). Sum of RGB (Red+Green+Blue) = 132+27+91=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #841B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841B5B is #7BE4A4. Grayscale: #414141. Windows color (decimal): -8119461 or 5970820. OLE color: 5970820.
HSL color Cylindrical-coordinate representation of color #841B5B: hue angle of 323.43º 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 #841B5B is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 91 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.48 |
| HSL | 323.43º | 0.66% | 0.31% | - |
| HSV(B) | 323.43º | 0.8% | 0.52% | - |
| XYZ | 11.8 | 6.44 | 10.52 | - |
| YUV | 65.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 91 | 0 | 0.80 | 0.31 | 0.48 | 323.43 | 0.66 | 0.31 |
| Hex | 84 | 1B | 5B | 0 | 50 | 1F | 30 | 143 | 42 | 1F |
| Octal | 204 | 33 | 133 | 0 | 120 | 37 | 60 | 503 | 102 | 37 |
| Binary | 10000100 | 11011 | 1011011 | 0 | 1010000 | 11111 | 110000 | 101000011 | 1000010 | 11111 |
Color Harmonies of #841B5B
Complementary color
Monochromatic Colors of #841B5B
Black with #841B5B
Text Example
Text Example
White with #841B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B5B; }
p { color: rgb(132,27,91); }
H1.HeaderClassName
{
color: #841B5B;
}
.AnyTagClassName
{
color: #841B5B;
}
</style>
background-color css
<style>
a { background-color: #841B5B; }
a { background-color: rgb(132,27,91); }
div.DivClassName
{
background-color: #841B5B;
}
.BgClassName
{
background-color: #841B5B;
}
</style>
border-color css
<style>
span { border-color: #841B5B; }
span { border-color: rgb(132,27,91); }
td.TdClassName
{
border-color: #841B5B;
}
.TagClassName
{
border-color: #841B5B;
}
</style>