Shades of Solid Pink #804853
Tints of Solid Pink #804853
RGB
CMYK
RGB Variations
Color information
#804853 (or 0x804853) is known color: Solid Pink. HEX triplet: 80, 48 and 53. RGB value is (128,72,83). Sum of RGB (Red+Green+Blue) = 128+72+83=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #804853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804853 is #7FB7AC. Grayscale: #5A5A5A. Windows color (decimal): -8370093 or 5458048. OLE color: 5458048.
HSL color Cylindrical-coordinate representation of color #804853: hue angle of 348.21º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804853 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 83 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.50 |
| HSL | 348.21º | 0.28% | 0.39% | - |
| HSV(B) | 348.21º | 0.44% | 0.5% | - |
| XYZ | 12.78 | 9.85 | 9.41 | - |
| YUV | 90 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 83 | 0 | 0.44 | 0.35 | 0.50 | 348.21 | 0.28 | 0.39 |
| Hex | 80 | 48 | 53 | 0 | 2C | 23 | 32 | 15C | 1C | 27 |
| Octal | 200 | 110 | 123 | 0 | 54 | 43 | 62 | 534 | 34 | 47 |
| Binary | 10000000 | 1001000 | 1010011 | 0 | 101100 | 100011 | 110010 | 101011100 | 11100 | 100111 |
Color Harmonies of #804853
Complementary color
Monochromatic Colors of #804853
Black with #804853
Text Example
Text Example
White with #804853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804853; }
p { color: rgb(128,72,83); }
H1.HeaderClassName
{
color: #804853;
}
.AnyTagClassName
{
color: #804853;
}
</style>
background-color css
<style>
a { background-color: #804853; }
a { background-color: rgb(128,72,83); }
div.DivClassName
{
background-color: #804853;
}
.BgClassName
{
background-color: #804853;
}
</style>
border-color css
<style>
span { border-color: #804853; }
span { border-color: rgb(128,72,83); }
td.TdClassName
{
border-color: #804853;
}
.TagClassName
{
border-color: #804853;
}
</style>