Shades of Solid Pink #815355
Tints of Solid Pink #815355
RGB
CMYK
RGB Variations
Color information
#815355 (or 0x815355) is known color: Solid Pink. HEX triplet: 81, 53 and 55. RGB value is (129,83,85). Sum of RGB (Red+Green+Blue) = 129+83+85=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #815355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815355 is #7EACAA. Grayscale: #616161. Windows color (decimal): -8301739 or 5591937. OLE color: 5591937.
HSL color Cylindrical-coordinate representation of color #815355: hue angle of 357.39º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #815355 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 83 | 85 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.49 |
| HSL | 357.39º | 0.22% | 0.42% | - |
| HSV(B) | 357.39º | 0.36% | 0.51% | - |
| XYZ | 13.79 | 11.51 | 10.09 | - |
| YUV | 96.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 85 | 0 | 0.36 | 0.34 | 0.49 | 357.39 | 0.22 | 0.42 |
| Hex | 81 | 53 | 55 | 0 | 24 | 22 | 31 | 165 | 16 | 2A |
| Octal | 201 | 123 | 125 | 0 | 44 | 42 | 61 | 545 | 26 | 52 |
| Binary | 10000001 | 1010011 | 1010101 | 0 | 100100 | 100010 | 110001 | 101100101 | 10110 | 101010 |
Color Harmonies of #815355
Complementary color
Monochromatic Colors of #815355
Black with #815355
Text Example
Text Example
White with #815355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815355; }
p { color: rgb(129,83,85); }
H1.HeaderClassName
{
color: #815355;
}
.AnyTagClassName
{
color: #815355;
}
</style>
background-color css
<style>
a { background-color: #815355; }
a { background-color: rgb(129,83,85); }
div.DivClassName
{
background-color: #815355;
}
.BgClassName
{
background-color: #815355;
}
</style>
border-color css
<style>
span { border-color: #815355; }
span { border-color: rgb(129,83,85); }
td.TdClassName
{
border-color: #815355;
}
.TagClassName
{
border-color: #815355;
}
</style>