Shades of Rose Bud Cherry #82265F
Tints of Rose Bud Cherry #82265F
RGB
CMYK
RGB Variations
Color information
#82265F (or 0x82265F) is known color: Rose Bud Cherry. HEX triplet: 82, 26 and 5F. RGB value is (130,38,95). Sum of RGB (Red+Green+Blue) = 130+38+95=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82265F is #7DD9A0. Grayscale: #474747. Windows color (decimal): -8247713 or 6235778. OLE color: 6235778.
HSL color Cylindrical-coordinate representation of color #82265F: hue angle of 322.83º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82265F is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 38 | 95 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.49 |
| HSL | 322.83º | 0.55% | 0.33% | - |
| HSV(B) | 322.83º | 0.71% | 0.51% | - |
| XYZ | 11.96 | 6.96 | 11.54 | - |
| YUV | 72.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 95 | 0 | 0.71 | 0.27 | 0.49 | 322.83 | 0.55 | 0.33 |
| Hex | 82 | 26 | 5F | 0 | 47 | 1B | 31 | 143 | 37 | 21 |
| Octal | 202 | 46 | 137 | 0 | 107 | 33 | 61 | 503 | 67 | 41 |
| Binary | 10000010 | 100110 | 1011111 | 0 | 1000111 | 11011 | 110001 | 101000011 | 110111 | 100001 |
Color Harmonies of #82265F
Complementary color
Monochromatic Colors of #82265F
Black with #82265F
Text Example
Text Example
White with #82265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82265F; }
p { color: rgb(130,38,95); }
H1.HeaderClassName
{
color: #82265F;
}
.AnyTagClassName
{
color: #82265F;
}
</style>
background-color css
<style>
a { background-color: #82265F; }
a { background-color: rgb(130,38,95); }
div.DivClassName
{
background-color: #82265F;
}
.BgClassName
{
background-color: #82265F;
}
</style>
border-color css
<style>
span { border-color: #82265F; }
span { border-color: rgb(130,38,95); }
td.TdClassName
{
border-color: #82265F;
}
.TagClassName
{
border-color: #82265F;
}
</style>