Shades of Rose Bud Cherry #83164C
Tints of Rose Bud Cherry #83164C
RGB
CMYK
RGB Variations
Color information
#83164C (or 0x83164C) is known color: Rose Bud Cherry. HEX triplet: 83, 16 and 4C. RGB value is (131,22,76). Sum of RGB (Red+Green+Blue) = 131+22+76=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83164C is #7CE9B3. Grayscale: #3C3C3C. Windows color (decimal): -8186292 or 4986499. OLE color: 4986499.
HSL color Cylindrical-coordinate representation of color #83164C: hue angle of 330.28º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83164C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 22 | 76 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.49 |
| HSL | 330.28º | 0.71% | 0.3% | - |
| HSV(B) | 330.28º | 0.83% | 0.51% | - |
| XYZ | 10.95 | 5.92 | 7.4 | - |
| YUV | 60.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 76 | 0 | 0.83 | 0.42 | 0.49 | 330.28 | 0.71 | 0.3 |
| Hex | 83 | 16 | 4C | 0 | 53 | 2A | 31 | 14A | 47 | 1E |
| Octal | 203 | 26 | 114 | 0 | 123 | 52 | 61 | 512 | 107 | 36 |
| Binary | 10000011 | 10110 | 1001100 | 0 | 1010011 | 101010 | 110001 | 101001010 | 1000111 | 11110 |
Color Harmonies of #83164C
Complementary color
Monochromatic Colors of #83164C
Black with #83164C
Text Example
Text Example
White with #83164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83164C; }
p { color: rgb(131,22,76); }
H1.HeaderClassName
{
color: #83164C;
}
.AnyTagClassName
{
color: #83164C;
}
</style>
background-color css
<style>
a { background-color: #83164C; }
a { background-color: rgb(131,22,76); }
div.DivClassName
{
background-color: #83164C;
}
.BgClassName
{
background-color: #83164C;
}
</style>
border-color css
<style>
span { border-color: #83164C; }
span { border-color: rgb(131,22,76); }
td.TdClassName
{
border-color: #83164C;
}
.TagClassName
{
border-color: #83164C;
}
</style>