Shades of Rose Bud Cherry #82325F
Tints of Rose Bud Cherry #82325F
RGB
CMYK
RGB Variations
Color information
#82325F (or 0x82325F) is known color: Rose Bud Cherry. HEX triplet: 82, 32 and 5F. RGB value is (130,50,95). Sum of RGB (Red+Green+Blue) = 130+50+95=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82325F is #7DCDA0. Grayscale: #4E4E4E. Windows color (decimal): -8244641 or 6238850. OLE color: 6238850.
HSL color Cylindrical-coordinate representation of color #82325F: hue angle of 326.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82325F is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 95 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.49 |
| HSL | 326.25º | 0.44% | 0.35% | - |
| HSV(B) | 326.25º | 0.62% | 0.51% | - |
| XYZ | 12.41 | 7.85 | 11.69 | - |
| YUV | 79.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 95 | 0 | 0.62 | 0.27 | 0.49 | 326.25 | 0.44 | 0.35 |
| Hex | 82 | 32 | 5F | 0 | 3E | 1B | 31 | 146 | 2C | 23 |
| Octal | 202 | 62 | 137 | 0 | 76 | 33 | 61 | 506 | 54 | 43 |
| Binary | 10000010 | 110010 | 1011111 | 0 | 111110 | 11011 | 110001 | 101000110 | 101100 | 100011 |
Color Harmonies of #82325F
Complementary color
Monochromatic Colors of #82325F
Black with #82325F
Text Example
Text Example
White with #82325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82325F; }
p { color: rgb(130,50,95); }
H1.HeaderClassName
{
color: #82325F;
}
.AnyTagClassName
{
color: #82325F;
}
</style>
background-color css
<style>
a { background-color: #82325F; }
a { background-color: rgb(130,50,95); }
div.DivClassName
{
background-color: #82325F;
}
.BgClassName
{
background-color: #82325F;
}
</style>
border-color css
<style>
span { border-color: #82325F; }
span { border-color: rgb(130,50,95); }
td.TdClassName
{
border-color: #82325F;
}
.TagClassName
{
border-color: #82325F;
}
</style>