Shades of Solid Pink #855053
Tints of Solid Pink #855053
RGB
CMYK
RGB Variations
Color information
#855053 (or 0x855053) is known color: Solid Pink. HEX triplet: 85, 50 and 53. RGB value is (133,80,83). Sum of RGB (Red+Green+Blue) = 133+80+83=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #855053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855053 is #7AAFAC. Grayscale: #606060. Windows color (decimal): -8040365 or 5460101. OLE color: 5460101.
HSL color Cylindrical-coordinate representation of color #855053: hue angle of 356.6º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855053 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 83 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.48 |
| HSL | 356.6º | 0.25% | 0.42% | - |
| HSV(B) | 356.6º | 0.4% | 0.52% | - |
| XYZ | 14.1 | 11.35 | 9.63 | - |
| YUV | 96.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 83 | 0 | 0.40 | 0.38 | 0.48 | 356.6 | 0.25 | 0.42 |
| Hex | 85 | 50 | 53 | 0 | 28 | 26 | 30 | 165 | 19 | 2A |
| Octal | 205 | 120 | 123 | 0 | 50 | 46 | 60 | 545 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1010011 | 0 | 101000 | 100110 | 110000 | 101100101 | 11001 | 101010 |
Color Harmonies of #855053
Complementary color
Monochromatic Colors of #855053
Black with #855053
Text Example
Text Example
White with #855053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855053; }
p { color: rgb(133,80,83); }
H1.HeaderClassName
{
color: #855053;
}
.AnyTagClassName
{
color: #855053;
}
</style>
background-color css
<style>
a { background-color: #855053; }
a { background-color: rgb(133,80,83); }
div.DivClassName
{
background-color: #855053;
}
.BgClassName
{
background-color: #855053;
}
</style>
border-color css
<style>
span { border-color: #855053; }
span { border-color: rgb(133,80,83); }
td.TdClassName
{
border-color: #855053;
}
.TagClassName
{
border-color: #855053;
}
</style>