Shades of Rose Bud Cherry #83265C
Tints of Rose Bud Cherry #83265C
RGB
CMYK
RGB Variations
Color information
#83265C (or 0x83265C) is known color: Rose Bud Cherry. HEX triplet: 83, 26 and 5C. RGB value is (131,38,92). Sum of RGB (Red+Green+Blue) = 131+38+92=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83265C is #7CD9A3. Grayscale: #474747. Windows color (decimal): -8182180 or 6039171. OLE color: 6039171.
HSL color Cylindrical-coordinate representation of color #83265C: hue angle of 325.16º 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 #83265C is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 92 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.49 |
| HSL | 325.16º | 0.55% | 0.33% | - |
| HSV(B) | 325.16º | 0.71% | 0.51% | - |
| XYZ | 11.98 | 6.98 | 10.84 | - |
| YUV | 71.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 92 | 0 | 0.71 | 0.30 | 0.49 | 325.16 | 0.55 | 0.33 |
| Hex | 83 | 26 | 5C | 0 | 47 | 1E | 31 | 145 | 37 | 21 |
| Octal | 203 | 46 | 134 | 0 | 107 | 36 | 61 | 505 | 67 | 41 |
| Binary | 10000011 | 100110 | 1011100 | 0 | 1000111 | 11110 | 110001 | 101000101 | 110111 | 100001 |
Color Harmonies of #83265C
Complementary color
Monochromatic Colors of #83265C
Black with #83265C
Text Example
Text Example
White with #83265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83265C; }
p { color: rgb(131,38,92); }
H1.HeaderClassName
{
color: #83265C;
}
.AnyTagClassName
{
color: #83265C;
}
</style>
background-color css
<style>
a { background-color: #83265C; }
a { background-color: rgb(131,38,92); }
div.DivClassName
{
background-color: #83265C;
}
.BgClassName
{
background-color: #83265C;
}
</style>
border-color css
<style>
span { border-color: #83265C; }
span { border-color: rgb(131,38,92); }
td.TdClassName
{
border-color: #83265C;
}
.TagClassName
{
border-color: #83265C;
}
</style>