Shades of Rose Bud Cherry #84265C
Tints of Rose Bud Cherry #84265C
RGB
CMYK
RGB Variations
Color information
#84265C (or 0x84265C) is known color: Rose Bud Cherry. HEX triplet: 84, 26 and 5C. RGB value is (132,38,92). Sum of RGB (Red+Green+Blue) = 132+38+92=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84265C is #7BD9A3. Grayscale: #484848. Windows color (decimal): -8116644 or 6039172. OLE color: 6039172.
HSL color Cylindrical-coordinate representation of color #84265C: hue angle of 325.53º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84265C is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 92 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.48 |
| HSL | 325.53º | 0.55% | 0.33% | - |
| HSV(B) | 325.53º | 0.71% | 0.52% | - |
| XYZ | 12.14 | 7.06 | 10.85 | - |
| YUV | 72.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 92 | 0 | 0.71 | 0.30 | 0.48 | 325.53 | 0.55 | 0.33 |
| Hex | 84 | 26 | 5C | 0 | 47 | 1E | 30 | 146 | 37 | 21 |
| Octal | 204 | 46 | 134 | 0 | 107 | 36 | 60 | 506 | 67 | 41 |
| Binary | 10000100 | 100110 | 1011100 | 0 | 1000111 | 11110 | 110000 | 101000110 | 110111 | 100001 |
Color Harmonies of #84265C
Complementary color
Monochromatic Colors of #84265C
Black with #84265C
Text Example
Text Example
White with #84265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84265C; }
p { color: rgb(132,38,92); }
H1.HeaderClassName
{
color: #84265C;
}
.AnyTagClassName
{
color: #84265C;
}
</style>
background-color css
<style>
a { background-color: #84265C; }
a { background-color: rgb(132,38,92); }
div.DivClassName
{
background-color: #84265C;
}
.BgClassName
{
background-color: #84265C;
}
</style>
border-color css
<style>
span { border-color: #84265C; }
span { border-color: rgb(132,38,92); }
td.TdClassName
{
border-color: #84265C;
}
.TagClassName
{
border-color: #84265C;
}
</style>