Shades of Solid Pink #834855
Tints of Solid Pink #834855
RGB
CMYK
RGB Variations
Color information
#834855 (or 0x834855) is known color: Solid Pink. HEX triplet: 83, 48 and 55. RGB value is (131,72,85). Sum of RGB (Red+Green+Blue) = 131+72+85=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #834855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834855 is #7CB7AA. Grayscale: #5B5B5B. Windows color (decimal): -8173483 or 5589123. OLE color: 5589123.
HSL color Cylindrical-coordinate representation of color #834855: hue angle of 346.78º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834855 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 85 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.49 |
| HSL | 346.78º | 0.29% | 0.4% | - |
| HSV(B) | 346.78º | 0.45% | 0.51% | - |
| XYZ | 13.32 | 10.12 | 9.85 | - |
| YUV | 91.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 85 | 0 | 0.45 | 0.35 | 0.49 | 346.78 | 0.29 | 0.4 |
| Hex | 83 | 48 | 55 | 0 | 2D | 23 | 31 | 15B | 1D | 28 |
| Octal | 203 | 110 | 125 | 0 | 55 | 43 | 61 | 533 | 35 | 50 |
| Binary | 10000011 | 1001000 | 1010101 | 0 | 101101 | 100011 | 110001 | 101011011 | 11101 | 101000 |
Color Harmonies of #834855
Complementary color
Monochromatic Colors of #834855
Black with #834855
Text Example
Text Example
White with #834855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834855; }
p { color: rgb(131,72,85); }
H1.HeaderClassName
{
color: #834855;
}
.AnyTagClassName
{
color: #834855;
}
</style>
background-color css
<style>
a { background-color: #834855; }
a { background-color: rgb(131,72,85); }
div.DivClassName
{
background-color: #834855;
}
.BgClassName
{
background-color: #834855;
}
</style>
border-color css
<style>
span { border-color: #834855; }
span { border-color: rgb(131,72,85); }
td.TdClassName
{
border-color: #834855;
}
.TagClassName
{
border-color: #834855;
}
</style>