Shades of Rose Bud Cherry #82385C
Tints of Rose Bud Cherry #82385C
RGB
CMYK
RGB Variations
Color information
#82385C (or 0x82385C) is known color: Rose Bud Cherry. HEX triplet: 82, 38 and 5C. RGB value is (130,56,92). Sum of RGB (Red+Green+Blue) = 130+56+92=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82385C is #7DC7A3. Grayscale: #525252. Windows color (decimal): -8243108 or 6043778. OLE color: 6043778.
HSL color Cylindrical-coordinate representation of color #82385C: hue angle of 330.81º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82385C is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 92 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.49 |
| HSL | 330.81º | 0.4% | 0.36% | - |
| HSV(B) | 330.81º | 0.57% | 0.51% | - |
| XYZ | 12.55 | 8.35 | 11.07 | - |
| YUV | 82.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 92 | 0 | 0.57 | 0.29 | 0.49 | 330.81 | 0.4 | 0.36 |
| Hex | 82 | 38 | 5C | 0 | 39 | 1D | 31 | 14B | 28 | 24 |
| Octal | 202 | 70 | 134 | 0 | 71 | 35 | 61 | 513 | 50 | 44 |
| Binary | 10000010 | 111000 | 1011100 | 0 | 111001 | 11101 | 110001 | 101001011 | 101000 | 100100 |
Color Harmonies of #82385C
Complementary color
Monochromatic Colors of #82385C
Black with #82385C
Text Example
Text Example
White with #82385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82385C; }
p { color: rgb(130,56,92); }
H1.HeaderClassName
{
color: #82385C;
}
.AnyTagClassName
{
color: #82385C;
}
</style>
background-color css
<style>
a { background-color: #82385C; }
a { background-color: rgb(130,56,92); }
div.DivClassName
{
background-color: #82385C;
}
.BgClassName
{
background-color: #82385C;
}
</style>
border-color css
<style>
span { border-color: #82385C; }
span { border-color: rgb(130,56,92); }
td.TdClassName
{
border-color: #82385C;
}
.TagClassName
{
border-color: #82385C;
}
</style>