Shades of Solid Pink #855152
Tints of Solid Pink #855152
RGB
CMYK
RGB Variations
Color information
#855152 (or 0x855152) is known color: Solid Pink. HEX triplet: 85, 51 and 52. RGB value is (133,81,82). Sum of RGB (Red+Green+Blue) = 133+81+82=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #855152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855152 is #7AAEAD. Grayscale: #606060. Windows color (decimal): -8040110 or 5394821. OLE color: 5394821.
HSL color Cylindrical-coordinate representation of color #855152: hue angle of 358.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855152 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 82 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.48 |
| HSL | 358.85º | 0.24% | 0.42% | - |
| HSV(B) | 358.85º | 0.39% | 0.52% | - |
| XYZ | 14.14 | 11.48 | 9.45 | - |
| YUV | 96.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 82 | 0 | 0.39 | 0.38 | 0.48 | 358.85 | 0.24 | 0.42 |
| Hex | 85 | 51 | 52 | 0 | 27 | 26 | 30 | 167 | 18 | 2A |
| Octal | 205 | 121 | 122 | 0 | 47 | 46 | 60 | 547 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1010010 | 0 | 100111 | 100110 | 110000 | 101100111 | 11000 | 101010 |
Color Harmonies of #855152
Complementary color
Monochromatic Colors of #855152
Black with #855152
Text Example
Text Example
White with #855152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855152; }
p { color: rgb(133,81,82); }
H1.HeaderClassName
{
color: #855152;
}
.AnyTagClassName
{
color: #855152;
}
</style>
background-color css
<style>
a { background-color: #855152; }
a { background-color: rgb(133,81,82); }
div.DivClassName
{
background-color: #855152;
}
.BgClassName
{
background-color: #855152;
}
</style>
border-color css
<style>
span { border-color: #855152; }
span { border-color: rgb(133,81,82); }
td.TdClassName
{
border-color: #855152;
}
.TagClassName
{
border-color: #855152;
}
</style>