Shades of Rose Bud Cherry #83255E
Tints of Rose Bud Cherry #83255E
RGB
CMYK
RGB Variations
Color information
#83255E (or 0x83255E) is known color: Rose Bud Cherry. HEX triplet: 83, 25 and 5E. RGB value is (131,37,94). Sum of RGB (Red+Green+Blue) = 131+37+94=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83255E is #7CDAA1. Grayscale: #474747. Windows color (decimal): -8182434 or 6169987. OLE color: 6169987.
HSL color Cylindrical-coordinate representation of color #83255E: hue angle of 323.62º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83255E is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 94 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.49 |
| HSL | 323.62º | 0.56% | 0.33% | - |
| HSV(B) | 323.62º | 0.72% | 0.51% | - |
| XYZ | 12.04 | 6.96 | 11.3 | - |
| YUV | 71.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 94 | 0 | 0.72 | 0.28 | 0.49 | 323.62 | 0.56 | 0.33 |
| Hex | 83 | 25 | 5E | 0 | 48 | 1C | 31 | 144 | 38 | 21 |
| Octal | 203 | 45 | 136 | 0 | 110 | 34 | 61 | 504 | 70 | 41 |
| Binary | 10000011 | 100101 | 1011110 | 0 | 1001000 | 11100 | 110001 | 101000100 | 111000 | 100001 |
Color Harmonies of #83255E
Complementary color
Monochromatic Colors of #83255E
Black with #83255E
Text Example
Text Example
White with #83255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83255E; }
p { color: rgb(131,37,94); }
H1.HeaderClassName
{
color: #83255E;
}
.AnyTagClassName
{
color: #83255E;
}
</style>
background-color css
<style>
a { background-color: #83255E; }
a { background-color: rgb(131,37,94); }
div.DivClassName
{
background-color: #83255E;
}
.BgClassName
{
background-color: #83255E;
}
</style>
border-color css
<style>
span { border-color: #83255E; }
span { border-color: rgb(131,37,94); }
td.TdClassName
{
border-color: #83255E;
}
.TagClassName
{
border-color: #83255E;
}
</style>