Shades of Rose Bud Cherry #83215C
Tints of Rose Bud Cherry #83215C
RGB
CMYK
RGB Variations
Color information
#83215C (or 0x83215C) is known color: Rose Bud Cherry. HEX triplet: 83, 21 and 5C. RGB value is (131,33,92). Sum of RGB (Red+Green+Blue) = 131+33+92=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83215C is #7CDEA3. Grayscale: #444444. Windows color (decimal): -8183460 or 6037891. OLE color: 6037891.
HSL color Cylindrical-coordinate representation of color #83215C: hue angle of 323.88º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83215C is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 92 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.49 |
| HSL | 323.88º | 0.6% | 0.32% | - |
| HSV(B) | 323.88º | 0.75% | 0.51% | - |
| XYZ | 11.84 | 6.69 | 10.79 | - |
| YUV | 69.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 92 | 0 | 0.75 | 0.30 | 0.49 | 323.88 | 0.6 | 0.32 |
| Hex | 83 | 21 | 5C | 0 | 4B | 1E | 31 | 144 | 3C | 20 |
| Octal | 203 | 41 | 134 | 0 | 113 | 36 | 61 | 504 | 74 | 40 |
| Binary | 10000011 | 100001 | 1011100 | 0 | 1001011 | 11110 | 110001 | 101000100 | 111100 | 100000 |
Color Harmonies of #83215C
Complementary color
Monochromatic Colors of #83215C
Black with #83215C
Text Example
Text Example
White with #83215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83215C; }
p { color: rgb(131,33,92); }
H1.HeaderClassName
{
color: #83215C;
}
.AnyTagClassName
{
color: #83215C;
}
</style>
background-color css
<style>
a { background-color: #83215C; }
a { background-color: rgb(131,33,92); }
div.DivClassName
{
background-color: #83215C;
}
.BgClassName
{
background-color: #83215C;
}
</style>
border-color css
<style>
span { border-color: #83215C; }
span { border-color: rgb(131,33,92); }
td.TdClassName
{
border-color: #83215C;
}
.TagClassName
{
border-color: #83215C;
}
</style>