Shades of Trendy Pink #805073
Tints of Trendy Pink #805073
RGB
CMYK
RGB Variations
Color information
#805073 (or 0x805073) is known color: Trendy Pink. HEX triplet: 80, 50 and 73. RGB value is (128,80,115). Sum of RGB (Red+Green+Blue) = 128+80+115=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #805073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805073 is #7FAF8C. Grayscale: #626262. Windows color (decimal): -8368013 or 7557248. OLE color: 7557248.
HSL color Cylindrical-coordinate representation of color #805073: hue angle of 316.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 #805073 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 115 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.50 |
| HSL | 316.25º | 0.23% | 0.41% | - |
| HSV(B) | 316.25º | 0.38% | 0.5% | - |
| XYZ | 14.87 | 11.56 | 17.67 | - |
| YUV | 98.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 115 | 0 | 0.38 | 0.10 | 0.50 | 316.25 | 0.23 | 0.41 |
| Hex | 80 | 50 | 73 | 0 | 26 | A | 32 | 13C | 17 | 29 |
| Octal | 200 | 120 | 163 | 0 | 46 | 12 | 62 | 474 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1110011 | 0 | 100110 | 1010 | 110010 | 100111100 | 10111 | 101001 |
Color Harmonies of #805073
Complementary color
Monochromatic Colors of #805073
Black with #805073
Text Example
Text Example
White with #805073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805073; }
p { color: rgb(128,80,115); }
H1.HeaderClassName
{
color: #805073;
}
.AnyTagClassName
{
color: #805073;
}
</style>
background-color css
<style>
a { background-color: #805073; }
a { background-color: rgb(128,80,115); }
div.DivClassName
{
background-color: #805073;
}
.BgClassName
{
background-color: #805073;
}
</style>
border-color css
<style>
span { border-color: #805073; }
span { border-color: rgb(128,80,115); }
td.TdClassName
{
border-color: #805073;
}
.TagClassName
{
border-color: #805073;
}
</style>