Shades of Solid Pink #805359
Tints of Solid Pink #805359
RGB
CMYK
RGB Variations
Color information
#805359 (or 0x805359) is known color: Solid Pink. HEX triplet: 80, 53 and 59. RGB value is (128,83,89). Sum of RGB (Red+Green+Blue) = 128+83+89=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #805359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805359 is #7FACA6. Grayscale: #616161. Windows color (decimal): -8367271 or 5854080. OLE color: 5854080.
HSL color Cylindrical-coordinate representation of color #805359: hue angle of 352º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #805359 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 89 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.50 |
| HSL | 352º | 0.21% | 0.41% | - |
| HSV(B) | 352º | 0.35% | 0.5% | - |
| XYZ | 13.8 | 11.5 | 10.94 | - |
| YUV | 97.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 89 | 0 | 0.35 | 0.30 | 0.50 | 352 | 0.21 | 0.41 |
| Hex | 80 | 53 | 59 | 0 | 23 | 1E | 32 | 160 | 15 | 29 |
| Octal | 200 | 123 | 131 | 0 | 43 | 36 | 62 | 540 | 25 | 51 |
| Binary | 10000000 | 1010011 | 1011001 | 0 | 100011 | 11110 | 110010 | 101100000 | 10101 | 101001 |
Color Harmonies of #805359
Complementary color
Monochromatic Colors of #805359
Black with #805359
Text Example
Text Example
White with #805359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805359; }
p { color: rgb(128,83,89); }
H1.HeaderClassName
{
color: #805359;
}
.AnyTagClassName
{
color: #805359;
}
</style>
background-color css
<style>
a { background-color: #805359; }
a { background-color: rgb(128,83,89); }
div.DivClassName
{
background-color: #805359;
}
.BgClassName
{
background-color: #805359;
}
</style>
border-color css
<style>
span { border-color: #805359; }
span { border-color: rgb(128,83,89); }
td.TdClassName
{
border-color: #805359;
}
.TagClassName
{
border-color: #805359;
}
</style>