Shades of Rose Bud Cherry #84185C
Tints of Rose Bud Cherry #84185C
RGB
CMYK
RGB Variations
Color information
#84185C (or 0x84185C) is known color: Rose Bud Cherry. HEX triplet: 84, 18 and 5C. RGB value is (132,24,92). Sum of RGB (Red+Green+Blue) = 132+24+92=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84185C is #7BE7A3. Grayscale: #3F3F3F. Windows color (decimal): -8120228 or 6035588. OLE color: 6035588.
HSL color Cylindrical-coordinate representation of color #84185C: hue angle of 322.22º 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 #84185C is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 92 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.48 |
| HSL | 322.22º | 0.69% | 0.31% | - |
| HSV(B) | 322.22º | 0.82% | 0.52% | - |
| XYZ | 11.77 | 6.33 | 10.73 | - |
| YUV | 64.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 92 | 0 | 0.82 | 0.30 | 0.48 | 322.22 | 0.69 | 0.31 |
| Hex | 84 | 18 | 5C | 0 | 52 | 1E | 30 | 142 | 45 | 1F |
| Octal | 204 | 30 | 134 | 0 | 122 | 36 | 60 | 502 | 105 | 37 |
| Binary | 10000100 | 11000 | 1011100 | 0 | 1010010 | 11110 | 110000 | 101000010 | 1000101 | 11111 |
Color Harmonies of #84185C
Complementary color
Monochromatic Colors of #84185C
Black with #84185C
Text Example
Text Example
White with #84185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84185C; }
p { color: rgb(132,24,92); }
H1.HeaderClassName
{
color: #84185C;
}
.AnyTagClassName
{
color: #84185C;
}
</style>
background-color css
<style>
a { background-color: #84185C; }
a { background-color: rgb(132,24,92); }
div.DivClassName
{
background-color: #84185C;
}
.BgClassName
{
background-color: #84185C;
}
</style>
border-color css
<style>
span { border-color: #84185C; }
span { border-color: rgb(132,24,92); }
td.TdClassName
{
border-color: #84185C;
}
.TagClassName
{
border-color: #84185C;
}
</style>