Shades of Rose Bud Cherry #831952
Tints of Rose Bud Cherry #831952
RGB
CMYK
RGB Variations
Color information
#831952 (or 0x831952) is known color: Rose Bud Cherry. HEX triplet: 83, 19 and 52. RGB value is (131,25,82). Sum of RGB (Red+Green+Blue) = 131+25+82=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #831952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831952 is #7CE6AD. Grayscale: #3F3F3F. Windows color (decimal): -8185518 or 5380483. OLE color: 5380483.
HSL color Cylindrical-coordinate representation of color #831952: hue angle of 327.74º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831952 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 82 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.49 |
| HSL | 327.74º | 0.68% | 0.31% | - |
| HSV(B) | 327.74º | 0.81% | 0.51% | - |
| XYZ | 11.23 | 6.13 | 8.57 | - |
| YUV | 63.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 82 | 0 | 0.81 | 0.37 | 0.49 | 327.74 | 0.68 | 0.31 |
| Hex | 83 | 19 | 52 | 0 | 51 | 25 | 31 | 148 | 44 | 1F |
| Octal | 203 | 31 | 122 | 0 | 121 | 45 | 61 | 510 | 104 | 37 |
| Binary | 10000011 | 11001 | 1010010 | 0 | 1010001 | 100101 | 110001 | 101001000 | 1000100 | 11111 |
Color Harmonies of #831952
Complementary color
Monochromatic Colors of #831952
Black with #831952
Text Example
Text Example
White with #831952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831952; }
p { color: rgb(131,25,82); }
H1.HeaderClassName
{
color: #831952;
}
.AnyTagClassName
{
color: #831952;
}
</style>
background-color css
<style>
a { background-color: #831952; }
a { background-color: rgb(131,25,82); }
div.DivClassName
{
background-color: #831952;
}
.BgClassName
{
background-color: #831952;
}
</style>
border-color css
<style>
span { border-color: #831952; }
span { border-color: rgb(131,25,82); }
td.TdClassName
{
border-color: #831952;
}
.TagClassName
{
border-color: #831952;
}
</style>