Shades of Rose Bud Cherry #84185D
Tints of Rose Bud Cherry #84185D
RGB
CMYK
RGB Variations
Color information
#84185D (or 0x84185D) is known color: Rose Bud Cherry. HEX triplet: 84, 18 and 5D. RGB value is (132,24,93). Sum of RGB (Red+Green+Blue) = 132+24+93=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84185D is #7BE7A2. Grayscale: #3F3F3F. Windows color (decimal): -8120227 or 6101124. OLE color: 6101124.
HSL color Cylindrical-coordinate representation of color #84185D: hue angle of 321.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84185D is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 93 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.48 |
| HSL | 321.67º | 0.69% | 0.31% | - |
| HSV(B) | 321.67º | 0.82% | 0.52% | - |
| XYZ | 11.82 | 6.35 | 10.96 | - |
| YUV | 64.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 93 | 0 | 0.82 | 0.30 | 0.48 | 321.67 | 0.69 | 0.31 |
| Hex | 84 | 18 | 5D | 0 | 52 | 1E | 30 | 142 | 45 | 1F |
| Octal | 204 | 30 | 135 | 0 | 122 | 36 | 60 | 502 | 105 | 37 |
| Binary | 10000100 | 11000 | 1011101 | 0 | 1010010 | 11110 | 110000 | 101000010 | 1000101 | 11111 |
Color Harmonies of #84185D
Complementary color
Monochromatic Colors of #84185D
Black with #84185D
Text Example
Text Example
White with #84185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84185D; }
p { color: rgb(132,24,93); }
H1.HeaderClassName
{
color: #84185D;
}
.AnyTagClassName
{
color: #84185D;
}
</style>
background-color css
<style>
a { background-color: #84185D; }
a { background-color: rgb(132,24,93); }
div.DivClassName
{
background-color: #84185D;
}
.BgClassName
{
background-color: #84185D;
}
</style>
border-color css
<style>
span { border-color: #84185D; }
span { border-color: rgb(132,24,93); }
td.TdClassName
{
border-color: #84185D;
}
.TagClassName
{
border-color: #84185D;
}
</style>