Shades of Rose Bud Cherry #82185C
Tints of Rose Bud Cherry #82185C
RGB
CMYK
RGB Variations
Color information
#82185C (or 0x82185C) is known color: Rose Bud Cherry. HEX triplet: 82, 18 and 5C. RGB value is (130,24,92). Sum of RGB (Red+Green+Blue) = 130+24+92=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82185C is #7DE7A3. Grayscale: #3F3F3F. Windows color (decimal): -8251300 or 6035586. OLE color: 6035586.
HSL color Cylindrical-coordinate representation of color #82185C: hue angle of 321.51º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82185C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 92 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.49 |
| HSL | 321.51º | 0.69% | 0.3% | - |
| HSV(B) | 321.51º | 0.82% | 0.51% | - |
| XYZ | 11.46 | 6.17 | 10.71 | - |
| YUV | 63.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 92 | 0 | 0.82 | 0.29 | 0.49 | 321.51 | 0.69 | 0.3 |
| Hex | 82 | 18 | 5C | 0 | 52 | 1D | 31 | 142 | 45 | 1E |
| Octal | 202 | 30 | 134 | 0 | 122 | 35 | 61 | 502 | 105 | 36 |
| Binary | 10000010 | 11000 | 1011100 | 0 | 1010010 | 11101 | 110001 | 101000010 | 1000101 | 11110 |
Color Harmonies of #82185C
Complementary color
Monochromatic Colors of #82185C
Black with #82185C
Text Example
Text Example
White with #82185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82185C; }
p { color: rgb(130,24,92); }
H1.HeaderClassName
{
color: #82185C;
}
.AnyTagClassName
{
color: #82185C;
}
</style>
background-color css
<style>
a { background-color: #82185C; }
a { background-color: rgb(130,24,92); }
div.DivClassName
{
background-color: #82185C;
}
.BgClassName
{
background-color: #82185C;
}
</style>
border-color css
<style>
span { border-color: #82185C; }
span { border-color: rgb(130,24,92); }
td.TdClassName
{
border-color: #82185C;
}
.TagClassName
{
border-color: #82185C;
}
</style>