Shades of Rose Bud Cherry #831A5E
Tints of Rose Bud Cherry #831A5E
RGB
CMYK
RGB Variations
Color information
#831A5E (or 0x831A5E) is known color: Rose Bud Cherry. HEX triplet: 83, 1A and 5E. RGB value is (131,26,94). Sum of RGB (Red+Green+Blue) = 131+26+94=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #831A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831A5E is #7CE5A1. Grayscale: #404040. Windows color (decimal): -8185250 or 6167171. OLE color: 6167171.
HSL color Cylindrical-coordinate representation of color #831A5E: hue angle of 321.14º 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 #831A5E is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 26 | 94 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.49 |
| HSL | 321.14º | 0.67% | 0.31% | - |
| HSV(B) | 321.14º | 0.8% | 0.51% | - |
| XYZ | 11.75 | 6.37 | 11.2 | - |
| YUV | 65.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 94 | 0 | 0.80 | 0.28 | 0.49 | 321.14 | 0.67 | 0.31 |
| Hex | 83 | 1A | 5E | 0 | 50 | 1C | 31 | 141 | 43 | 1F |
| Octal | 203 | 32 | 136 | 0 | 120 | 34 | 61 | 501 | 103 | 37 |
| Binary | 10000011 | 11010 | 1011110 | 0 | 1010000 | 11100 | 110001 | 101000001 | 1000011 | 11111 |
Color Harmonies of #831A5E
Complementary color
Monochromatic Colors of #831A5E
Black with #831A5E
Text Example
Text Example
White with #831A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831A5E; }
p { color: rgb(131,26,94); }
H1.HeaderClassName
{
color: #831A5E;
}
.AnyTagClassName
{
color: #831A5E;
}
</style>
background-color css
<style>
a { background-color: #831A5E; }
a { background-color: rgb(131,26,94); }
div.DivClassName
{
background-color: #831A5E;
}
.BgClassName
{
background-color: #831A5E;
}
</style>
border-color css
<style>
span { border-color: #831A5E; }
span { border-color: rgb(131,26,94); }
td.TdClassName
{
border-color: #831A5E;
}
.TagClassName
{
border-color: #831A5E;
}
</style>