Shades of Rose Bud Cherry #83185C
Tints of Rose Bud Cherry #83185C
RGB
CMYK
RGB Variations
Color information
#83185C (or 0x83185C) is known color: Rose Bud Cherry. HEX triplet: 83, 18 and 5C. RGB value is (131,24,92). Sum of RGB (Red+Green+Blue) = 131+24+92=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83185C is #7CE7A3. Grayscale: #3F3F3F. Windows color (decimal): -8185764 or 6035587. OLE color: 6035587.
HSL color Cylindrical-coordinate representation of color #83185C: hue angle of 321.87º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83185C is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 24 | 92 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.49 |
| HSL | 321.87º | 0.69% | 0.3% | - |
| HSV(B) | 321.87º | 0.82% | 0.51% | - |
| XYZ | 11.62 | 6.25 | 10.72 | - |
| YUV | 63.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 92 | 0 | 0.82 | 0.30 | 0.49 | 321.87 | 0.69 | 0.3 |
| Hex | 83 | 18 | 5C | 0 | 52 | 1E | 31 | 142 | 45 | 1E |
| Octal | 203 | 30 | 134 | 0 | 122 | 36 | 61 | 502 | 105 | 36 |
| Binary | 10000011 | 11000 | 1011100 | 0 | 1010010 | 11110 | 110001 | 101000010 | 1000101 | 11110 |
Color Harmonies of #83185C
Complementary color
Monochromatic Colors of #83185C
Black with #83185C
Text Example
Text Example
White with #83185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83185C; }
p { color: rgb(131,24,92); }
H1.HeaderClassName
{
color: #83185C;
}
.AnyTagClassName
{
color: #83185C;
}
</style>
background-color css
<style>
a { background-color: #83185C; }
a { background-color: rgb(131,24,92); }
div.DivClassName
{
background-color: #83185C;
}
.BgClassName
{
background-color: #83185C;
}
</style>
border-color css
<style>
span { border-color: #83185C; }
span { border-color: rgb(131,24,92); }
td.TdClassName
{
border-color: #83185C;
}
.TagClassName
{
border-color: #83185C;
}
</style>