Shades of Rose Bud Cherry #83154F
Tints of Rose Bud Cherry #83154F
RGB
CMYK
RGB Variations
Color information
#83154F (or 0x83154F) is known color: Rose Bud Cherry. HEX triplet: 83, 15 and 4F. RGB value is (131,21,79). Sum of RGB (Red+Green+Blue) = 131+21+79=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #83154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83154F is #7CEAB0. Grayscale: #3C3C3C. Windows color (decimal): -8186545 or 5182851. OLE color: 5182851.
HSL color Cylindrical-coordinate representation of color #83154F: hue angle of 328.36º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83154F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 21 | 79 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.49 |
| HSL | 328.36º | 0.72% | 0.3% | - |
| HSV(B) | 328.36º | 0.84% | 0.51% | - |
| XYZ | 11.04 | 5.93 | 7.96 | - |
| YUV | 60.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 79 | 0 | 0.84 | 0.40 | 0.49 | 328.36 | 0.72 | 0.3 |
| Hex | 83 | 15 | 4F | 0 | 54 | 28 | 31 | 148 | 48 | 1E |
| Octal | 203 | 25 | 117 | 0 | 124 | 50 | 61 | 510 | 110 | 36 |
| Binary | 10000011 | 10101 | 1001111 | 0 | 1010100 | 101000 | 110001 | 101001000 | 1001000 | 11110 |
Color Harmonies of #83154F
Complementary color
Monochromatic Colors of #83154F
Black with #83154F
Text Example
Text Example
White with #83154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83154F; }
p { color: rgb(131,21,79); }
H1.HeaderClassName
{
color: #83154F;
}
.AnyTagClassName
{
color: #83154F;
}
</style>
background-color css
<style>
a { background-color: #83154F; }
a { background-color: rgb(131,21,79); }
div.DivClassName
{
background-color: #83154F;
}
.BgClassName
{
background-color: #83154F;
}
</style>
border-color css
<style>
span { border-color: #83154F; }
span { border-color: rgb(131,21,79); }
td.TdClassName
{
border-color: #83154F;
}
.TagClassName
{
border-color: #83154F;
}
</style>