Shades of Solid Pink #835051
Tints of Solid Pink #835051
RGB
CMYK
RGB Variations
Color information
#835051 (or 0x835051) is known color: Solid Pink. HEX triplet: 83, 50 and 51. RGB value is (131,80,81). Sum of RGB (Red+Green+Blue) = 131+80+81=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #835051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835051 is #7CAFAE. Grayscale: #5F5F5F. Windows color (decimal): -8171439 or 5329027. OLE color: 5329027.
HSL color Cylindrical-coordinate representation of color #835051: hue angle of 358.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835051 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 81 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.49 |
| HSL | 358.82º | 0.24% | 0.41% | - |
| HSV(B) | 358.82º | 0.39% | 0.51% | - |
| XYZ | 13.71 | 11.16 | 9.22 | - |
| YUV | 95.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 81 | 0 | 0.39 | 0.38 | 0.49 | 358.82 | 0.24 | 0.41 |
| Hex | 83 | 50 | 51 | 0 | 27 | 26 | 31 | 167 | 18 | 29 |
| Octal | 203 | 120 | 121 | 0 | 47 | 46 | 61 | 547 | 30 | 51 |
| Binary | 10000011 | 1010000 | 1010001 | 0 | 100111 | 100110 | 110001 | 101100111 | 11000 | 101001 |
Color Harmonies of #835051
Complementary color
Monochromatic Colors of #835051
Black with #835051
Text Example
Text Example
White with #835051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835051; }
p { color: rgb(131,80,81); }
H1.HeaderClassName
{
color: #835051;
}
.AnyTagClassName
{
color: #835051;
}
</style>
background-color css
<style>
a { background-color: #835051; }
a { background-color: rgb(131,80,81); }
div.DivClassName
{
background-color: #835051;
}
.BgClassName
{
background-color: #835051;
}
</style>
border-color css
<style>
span { border-color: #835051; }
span { border-color: rgb(131,80,81); }
td.TdClassName
{
border-color: #835051;
}
.TagClassName
{
border-color: #835051;
}
</style>