Shades of Rose Bud Cherry #82245F
Tints of Rose Bud Cherry #82245F
RGB
CMYK
RGB Variations
Color information
#82245F (or 0x82245F) is known color: Rose Bud Cherry. HEX triplet: 82, 24 and 5F. RGB value is (130,36,95). Sum of RGB (Red+Green+Blue) = 130+36+95=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82245F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82245F is #7DDBA0. Grayscale: #464646. Windows color (decimal): -8248225 or 6235266. OLE color: 6235266.
HSL color Cylindrical-coordinate representation of color #82245F: hue angle of 322.34º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82245F is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 36 | 95 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.49 |
| HSL | 322.34º | 0.57% | 0.33% | - |
| HSV(B) | 322.34º | 0.72% | 0.51% | - |
| XYZ | 11.9 | 6.83 | 11.52 | - |
| YUV | 70.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 95 | 0 | 0.72 | 0.27 | 0.49 | 322.34 | 0.57 | 0.33 |
| Hex | 82 | 24 | 5F | 0 | 48 | 1B | 31 | 142 | 39 | 21 |
| Octal | 202 | 44 | 137 | 0 | 110 | 33 | 61 | 502 | 71 | 41 |
| Binary | 10000010 | 100100 | 1011111 | 0 | 1001000 | 11011 | 110001 | 101000010 | 111001 | 100001 |
Color Harmonies of #82245F
Complementary color
Monochromatic Colors of #82245F
Black with #82245F
Text Example
Text Example
White with #82245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82245F; }
p { color: rgb(130,36,95); }
H1.HeaderClassName
{
color: #82245F;
}
.AnyTagClassName
{
color: #82245F;
}
</style>
background-color css
<style>
a { background-color: #82245F; }
a { background-color: rgb(130,36,95); }
div.DivClassName
{
background-color: #82245F;
}
.BgClassName
{
background-color: #82245F;
}
</style>
border-color css
<style>
span { border-color: #82245F; }
span { border-color: rgb(130,36,95); }
td.TdClassName
{
border-color: #82245F;
}
.TagClassName
{
border-color: #82245F;
}
</style>