Shades of Rose Bud Cherry #84315B
Tints of Rose Bud Cherry #84315B
RGB
CMYK
RGB Variations
Color information
#84315B (or 0x84315B) is known color: Rose Bud Cherry. HEX triplet: 84, 31 and 5B. RGB value is (132,49,91). Sum of RGB (Red+Green+Blue) = 132+49+91=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84315B is #7BCEA4. Grayscale: #4E4E4E. Windows color (decimal): -8113829 or 5976452. OLE color: 5976452.
HSL color Cylindrical-coordinate representation of color #84315B: hue angle of 329.64º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84315B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 49 | 91 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.48 |
| HSL | 329.64º | 0.46% | 0.35% | - |
| HSV(B) | 329.64º | 0.63% | 0.52% | - |
| XYZ | 12.5 | 7.86 | 10.76 | - |
| YUV | 78.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 91 | 0 | 0.63 | 0.31 | 0.48 | 329.64 | 0.46 | 0.35 |
| Hex | 84 | 31 | 5B | 0 | 3F | 1F | 30 | 14A | 2E | 23 |
| Octal | 204 | 61 | 133 | 0 | 77 | 37 | 60 | 512 | 56 | 43 |
| Binary | 10000100 | 110001 | 1011011 | 0 | 111111 | 11111 | 110000 | 101001010 | 101110 | 100011 |
Color Harmonies of #84315B
Complementary color
Monochromatic Colors of #84315B
Black with #84315B
Text Example
Text Example
White with #84315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84315B; }
p { color: rgb(132,49,91); }
H1.HeaderClassName
{
color: #84315B;
}
.AnyTagClassName
{
color: #84315B;
}
</style>
background-color css
<style>
a { background-color: #84315B; }
a { background-color: rgb(132,49,91); }
div.DivClassName
{
background-color: #84315B;
}
.BgClassName
{
background-color: #84315B;
}
</style>
border-color css
<style>
span { border-color: #84315B; }
span { border-color: rgb(132,49,91); }
td.TdClassName
{
border-color: #84315B;
}
.TagClassName
{
border-color: #84315B;
}
</style>