Shades of Rose Bud Cherry #83295C
Tints of Rose Bud Cherry #83295C
RGB
CMYK
RGB Variations
Color information
#83295C (or 0x83295C) is known color: Rose Bud Cherry. HEX triplet: 83, 29 and 5C. RGB value is (131,41,92). Sum of RGB (Red+Green+Blue) = 131+41+92=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83295C is #7CD6A3. Grayscale: #494949. Windows color (decimal): -8181412 or 6039939. OLE color: 6039939.
HSL color Cylindrical-coordinate representation of color #83295C: hue angle of 326º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83295C is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 41 | 92 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.49 |
| HSL | 326º | 0.52% | 0.34% | - |
| HSV(B) | 326º | 0.69% | 0.51% | - |
| XYZ | 12.08 | 7.18 | 10.87 | - |
| YUV | 73.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 92 | 0 | 0.69 | 0.30 | 0.49 | 326 | 0.52 | 0.34 |
| Hex | 83 | 29 | 5C | 0 | 45 | 1E | 31 | 146 | 34 | 22 |
| Octal | 203 | 51 | 134 | 0 | 105 | 36 | 61 | 506 | 64 | 42 |
| Binary | 10000011 | 101001 | 1011100 | 0 | 1000101 | 11110 | 110001 | 101000110 | 110100 | 100010 |
Color Harmonies of #83295C
Complementary color
Monochromatic Colors of #83295C
Black with #83295C
Text Example
Text Example
White with #83295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83295C; }
p { color: rgb(131,41,92); }
H1.HeaderClassName
{
color: #83295C;
}
.AnyTagClassName
{
color: #83295C;
}
</style>
background-color css
<style>
a { background-color: #83295C; }
a { background-color: rgb(131,41,92); }
div.DivClassName
{
background-color: #83295C;
}
.BgClassName
{
background-color: #83295C;
}
</style>
border-color css
<style>
span { border-color: #83295C; }
span { border-color: rgb(131,41,92); }
td.TdClassName
{
border-color: #83295C;
}
.TagClassName
{
border-color: #83295C;
}
</style>