Shades of Solid Pink #805053
Tints of Solid Pink #805053
RGB
CMYK
RGB Variations
Color information
#805053 (or 0x805053) is known color: Solid Pink. HEX triplet: 80, 50 and 53. RGB value is (128,80,83). Sum of RGB (Red+Green+Blue) = 128+80+83=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #805053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805053 is #7FAFAC. Grayscale: #5E5E5E. Windows color (decimal): -8368045 or 5460096. OLE color: 5460096.
HSL color Cylindrical-coordinate representation of color #805053: hue angle of 356.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805053 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 83 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.50 |
| HSL | 356.25º | 0.23% | 0.41% | - |
| HSV(B) | 356.25º | 0.38% | 0.5% | - |
| XYZ | 13.33 | 10.95 | 9.59 | - |
| YUV | 94.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 83 | 0 | 0.38 | 0.35 | 0.50 | 356.25 | 0.23 | 0.41 |
| Hex | 80 | 50 | 53 | 0 | 26 | 23 | 32 | 164 | 17 | 29 |
| Octal | 200 | 120 | 123 | 0 | 46 | 43 | 62 | 544 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1010011 | 0 | 100110 | 100011 | 110010 | 101100100 | 10111 | 101001 |
Color Harmonies of #805053
Complementary color
Monochromatic Colors of #805053
Black with #805053
Text Example
Text Example
White with #805053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805053; }
p { color: rgb(128,80,83); }
H1.HeaderClassName
{
color: #805053;
}
.AnyTagClassName
{
color: #805053;
}
</style>
background-color css
<style>
a { background-color: #805053; }
a { background-color: rgb(128,80,83); }
div.DivClassName
{
background-color: #805053;
}
.BgClassName
{
background-color: #805053;
}
</style>
border-color css
<style>
span { border-color: #805053; }
span { border-color: rgb(128,80,83); }
td.TdClassName
{
border-color: #805053;
}
.TagClassName
{
border-color: #805053;
}
</style>