Shades of Rose Bud Cherry #831A54
Tints of Rose Bud Cherry #831A54
RGB
CMYK
RGB Variations
Color information
#831A54 (or 0x831A54) is known color: Rose Bud Cherry. HEX triplet: 83, 1A and 54. RGB value is (131,26,84). Sum of RGB (Red+Green+Blue) = 131+26+84=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #831A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831A54 is #7CE5AB. Grayscale: #3F3F3F. Windows color (decimal): -8185260 or 5511811. OLE color: 5511811.
HSL color Cylindrical-coordinate representation of color #831A54: hue angle of 326.86º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A54 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 26 | 84 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.49 |
| HSL | 326.86º | 0.67% | 0.31% | - |
| HSV(B) | 326.86º | 0.8% | 0.51% | - |
| XYZ | 11.33 | 6.2 | 8.99 | - |
| YUV | 64.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 84 | 0 | 0.80 | 0.36 | 0.49 | 326.86 | 0.67 | 0.31 |
| Hex | 83 | 1A | 54 | 0 | 50 | 24 | 31 | 147 | 43 | 1F |
| Octal | 203 | 32 | 124 | 0 | 120 | 44 | 61 | 507 | 103 | 37 |
| Binary | 10000011 | 11010 | 1010100 | 0 | 1010000 | 100100 | 110001 | 101000111 | 1000011 | 11111 |
Color Harmonies of #831A54
Complementary color
Monochromatic Colors of #831A54
Black with #831A54
Text Example
Text Example
White with #831A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831A54; }
p { color: rgb(131,26,84); }
H1.HeaderClassName
{
color: #831A54;
}
.AnyTagClassName
{
color: #831A54;
}
</style>
background-color css
<style>
a { background-color: #831A54; }
a { background-color: rgb(131,26,84); }
div.DivClassName
{
background-color: #831A54;
}
.BgClassName
{
background-color: #831A54;
}
</style>
border-color css
<style>
span { border-color: #831A54; }
span { border-color: rgb(131,26,84); }
td.TdClassName
{
border-color: #831A54;
}
.TagClassName
{
border-color: #831A54;
}
</style>