Shades of Rose Bud Cherry #82195A
Tints of Rose Bud Cherry #82195A
RGB
CMYK
RGB Variations
Color information
#82195A (or 0x82195A) is known color: Rose Bud Cherry. HEX triplet: 82, 19 and 5A. RGB value is (130,25,90). Sum of RGB (Red+Green+Blue) = 130+25+90=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82195A is #7DE6A5. Grayscale: #3F3F3F. Windows color (decimal): -8251046 or 5904770. OLE color: 5904770.
HSL color Cylindrical-coordinate representation of color #82195A: hue angle of 322.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82195A is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 90 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.49 |
| HSL | 322.86º | 0.68% | 0.3% | - |
| HSV(B) | 322.86º | 0.81% | 0.51% | - |
| XYZ | 11.4 | 6.18 | 10.26 | - |
| YUV | 63.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 90 | 0 | 0.81 | 0.31 | 0.49 | 322.86 | 0.68 | 0.3 |
| Hex | 82 | 19 | 5A | 0 | 51 | 1F | 31 | 143 | 44 | 1E |
| Octal | 202 | 31 | 132 | 0 | 121 | 37 | 61 | 503 | 104 | 36 |
| Binary | 10000010 | 11001 | 1011010 | 0 | 1010001 | 11111 | 110001 | 101000011 | 1000100 | 11110 |
Color Harmonies of #82195A
Complementary color
Monochromatic Colors of #82195A
Black with #82195A
Text Example
Text Example
White with #82195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82195A; }
p { color: rgb(130,25,90); }
H1.HeaderClassName
{
color: #82195A;
}
.AnyTagClassName
{
color: #82195A;
}
</style>
background-color css
<style>
a { background-color: #82195A; }
a { background-color: rgb(130,25,90); }
div.DivClassName
{
background-color: #82195A;
}
.BgClassName
{
background-color: #82195A;
}
</style>
border-color css
<style>
span { border-color: #82195A; }
span { border-color: rgb(130,25,90); }
td.TdClassName
{
border-color: #82195A;
}
.TagClassName
{
border-color: #82195A;
}
</style>