Shades of Solid Pink #835558
Tints of Solid Pink #835558
RGB
CMYK
RGB Variations
Color information
#835558 (or 0x835558) is known color: Solid Pink. HEX triplet: 83, 55 and 58. RGB value is (131,85,88). Sum of RGB (Red+Green+Blue) = 131+85+88=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #835558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835558 is #7CAAA7. Grayscale: #636363. Windows color (decimal): -8170152 or 5789059. OLE color: 5789059.
HSL color Cylindrical-coordinate representation of color #835558: hue angle of 356.09º 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 #835558 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 85 | 88 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.49 |
| HSL | 356.09º | 0.21% | 0.42% | - |
| HSV(B) | 356.09º | 0.35% | 0.51% | - |
| XYZ | 14.37 | 12.03 | 10.8 | - |
| YUV | 99.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 88 | 0 | 0.35 | 0.33 | 0.49 | 356.09 | 0.21 | 0.42 |
| Hex | 83 | 55 | 58 | 0 | 23 | 21 | 31 | 164 | 15 | 2A |
| Octal | 203 | 125 | 130 | 0 | 43 | 41 | 61 | 544 | 25 | 52 |
| Binary | 10000011 | 1010101 | 1011000 | 0 | 100011 | 100001 | 110001 | 101100100 | 10101 | 101010 |
Color Harmonies of #835558
Complementary color
Monochromatic Colors of #835558
Black with #835558
Text Example
Text Example
White with #835558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835558; }
p { color: rgb(131,85,88); }
H1.HeaderClassName
{
color: #835558;
}
.AnyTagClassName
{
color: #835558;
}
</style>
background-color css
<style>
a { background-color: #835558; }
a { background-color: rgb(131,85,88); }
div.DivClassName
{
background-color: #835558;
}
.BgClassName
{
background-color: #835558;
}
</style>
border-color css
<style>
span { border-color: #835558; }
span { border-color: rgb(131,85,88); }
td.TdClassName
{
border-color: #835558;
}
.TagClassName
{
border-color: #835558;
}
</style>