Shades of Rose Bud Cherry #82345F
Tints of Rose Bud Cherry #82345F
RGB
CMYK
RGB Variations
Color information
#82345F (or 0x82345F) is known color: Rose Bud Cherry. HEX triplet: 82, 34 and 5F. RGB value is (130,52,95). Sum of RGB (Red+Green+Blue) = 130+52+95=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82345F is #7DCBA0. Grayscale: #505050. Windows color (decimal): -8244129 or 6239362. OLE color: 6239362.
HSL color Cylindrical-coordinate representation of color #82345F: hue angle of 326.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82345F is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 52 | 95 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.49 |
| HSL | 326.92º | 0.43% | 0.36% | - |
| HSV(B) | 326.92º | 0.6% | 0.51% | - |
| XYZ | 12.5 | 8.03 | 11.72 | - |
| YUV | 80.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 95 | 0 | 0.60 | 0.27 | 0.49 | 326.92 | 0.43 | 0.36 |
| Hex | 82 | 34 | 5F | 0 | 3C | 1B | 31 | 147 | 2B | 24 |
| Octal | 202 | 64 | 137 | 0 | 74 | 33 | 61 | 507 | 53 | 44 |
| Binary | 10000010 | 110100 | 1011111 | 0 | 111100 | 11011 | 110001 | 101000111 | 101011 | 100100 |
Color Harmonies of #82345F
Complementary color
Monochromatic Colors of #82345F
Black with #82345F
Text Example
Text Example
White with #82345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82345F; }
p { color: rgb(130,52,95); }
H1.HeaderClassName
{
color: #82345F;
}
.AnyTagClassName
{
color: #82345F;
}
</style>
background-color css
<style>
a { background-color: #82345F; }
a { background-color: rgb(130,52,95); }
div.DivClassName
{
background-color: #82345F;
}
.BgClassName
{
background-color: #82345F;
}
</style>
border-color css
<style>
span { border-color: #82345F; }
span { border-color: rgb(130,52,95); }
td.TdClassName
{
border-color: #82345F;
}
.TagClassName
{
border-color: #82345F;
}
</style>