Shades of Solid Pink #805253
Tints of Solid Pink #805253
RGB
CMYK
RGB Variations
Color information
#805253 (or 0x805253) is known color: Solid Pink. HEX triplet: 80, 52 and 53. RGB value is (128,82,83). Sum of RGB (Red+Green+Blue) = 128+82+83=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #805253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805253 is #7FADAC. Grayscale: #5F5F5F. Windows color (decimal): -8367533 or 5460608. OLE color: 5460608.
HSL color Cylindrical-coordinate representation of color #805253: hue angle of 358.7º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805253 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 83 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.50 |
| HSL | 358.7º | 0.22% | 0.41% | - |
| HSV(B) | 358.7º | 0.36% | 0.5% | - |
| XYZ | 13.48 | 11.25 | 9.64 | - |
| YUV | 95.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 83 | 0 | 0.36 | 0.35 | 0.50 | 358.7 | 0.22 | 0.41 |
| Hex | 80 | 52 | 53 | 0 | 24 | 23 | 32 | 167 | 16 | 29 |
| Octal | 200 | 122 | 123 | 0 | 44 | 43 | 62 | 547 | 26 | 51 |
| Binary | 10000000 | 1010010 | 1010011 | 0 | 100100 | 100011 | 110010 | 101100111 | 10110 | 101001 |
Color Harmonies of #805253
Complementary color
Monochromatic Colors of #805253
Black with #805253
Text Example
Text Example
White with #805253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805253; }
p { color: rgb(128,82,83); }
H1.HeaderClassName
{
color: #805253;
}
.AnyTagClassName
{
color: #805253;
}
</style>
background-color css
<style>
a { background-color: #805253; }
a { background-color: rgb(128,82,83); }
div.DivClassName
{
background-color: #805253;
}
.BgClassName
{
background-color: #805253;
}
</style>
border-color css
<style>
span { border-color: #805253; }
span { border-color: rgb(128,82,83); }
td.TdClassName
{
border-color: #805253;
}
.TagClassName
{
border-color: #805253;
}
</style>