Shades of Rose Bud Cherry #831D4F
Tints of Rose Bud Cherry #831D4F
RGB
CMYK
RGB Variations
Color information
#831D4F (or 0x831D4F) is known color: Rose Bud Cherry. HEX triplet: 83, 1D and 4F. RGB value is (131,29,79). Sum of RGB (Red+Green+Blue) = 131+29+79=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #831D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831D4F is #7CE2B0. Grayscale: #414141. Windows color (decimal): -8184497 or 5184899. OLE color: 5184899.
HSL color Cylindrical-coordinate representation of color #831D4F: hue angle of 330.59º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831D4F is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 79 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.49 |
| HSL | 330.59º | 0.64% | 0.31% | - |
| HSV(B) | 330.59º | 0.78% | 0.51% | - |
| XYZ | 11.21 | 6.27 | 8.02 | - |
| YUV | 65.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 79 | 0 | 0.78 | 0.40 | 0.49 | 330.59 | 0.64 | 0.31 |
| Hex | 83 | 1D | 4F | 0 | 4E | 28 | 31 | 14B | 40 | 1F |
| Octal | 203 | 35 | 117 | 0 | 116 | 50 | 61 | 513 | 100 | 37 |
| Binary | 10000011 | 11101 | 1001111 | 0 | 1001110 | 101000 | 110001 | 101001011 | 1000000 | 11111 |
Color Harmonies of #831D4F
Complementary color
Monochromatic Colors of #831D4F
Black with #831D4F
Text Example
Text Example
White with #831D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D4F; }
p { color: rgb(131,29,79); }
H1.HeaderClassName
{
color: #831D4F;
}
.AnyTagClassName
{
color: #831D4F;
}
</style>
background-color css
<style>
a { background-color: #831D4F; }
a { background-color: rgb(131,29,79); }
div.DivClassName
{
background-color: #831D4F;
}
.BgClassName
{
background-color: #831D4F;
}
</style>
border-color css
<style>
span { border-color: #831D4F; }
span { border-color: rgb(131,29,79); }
td.TdClassName
{
border-color: #831D4F;
}
.TagClassName
{
border-color: #831D4F;
}
</style>