Shades of Solid Pink #835557
Tints of Solid Pink #835557
RGB
CMYK
RGB Variations
Color information
#835557 (or 0x835557) is known color: Solid Pink. HEX triplet: 83, 55 and 57. RGB value is (131,85,87). Sum of RGB (Red+Green+Blue) = 131+85+87=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #835557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835557 is #7CAAA8. Grayscale: #636363. Windows color (decimal): -8170153 or 5723523. OLE color: 5723523.
HSL color Cylindrical-coordinate representation of color #835557: hue angle of 357.39º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835557 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 85 | 87 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.49 |
| HSL | 357.39º | 0.21% | 0.42% | - |
| HSV(B) | 357.39º | 0.35% | 0.51% | - |
| XYZ | 14.33 | 12.01 | 10.58 | - |
| YUV | 98.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 87 | 0 | 0.35 | 0.34 | 0.49 | 357.39 | 0.21 | 0.42 |
| Hex | 83 | 55 | 57 | 0 | 23 | 22 | 31 | 165 | 15 | 2A |
| Octal | 203 | 125 | 127 | 0 | 43 | 42 | 61 | 545 | 25 | 52 |
| Binary | 10000011 | 1010101 | 1010111 | 0 | 100011 | 100010 | 110001 | 101100101 | 10101 | 101010 |
Color Harmonies of #835557
Complementary color
Monochromatic Colors of #835557
Black with #835557
Text Example
Text Example
White with #835557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835557; }
p { color: rgb(131,85,87); }
H1.HeaderClassName
{
color: #835557;
}
.AnyTagClassName
{
color: #835557;
}
</style>
background-color css
<style>
a { background-color: #835557; }
a { background-color: rgb(131,85,87); }
div.DivClassName
{
background-color: #835557;
}
.BgClassName
{
background-color: #835557;
}
</style>
border-color css
<style>
span { border-color: #835557; }
span { border-color: rgb(131,85,87); }
td.TdClassName
{
border-color: #835557;
}
.TagClassName
{
border-color: #835557;
}
</style>