Shades of Solid Pink #80434B
Tints of Solid Pink #80434B
RGB
CMYK
RGB Variations
Color information
#80434B (or 0x80434B) is known color: Solid Pink. HEX triplet: 80, 43 and 4B. RGB value is (128,67,75). Sum of RGB (Red+Green+Blue) = 128+67+75=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80434B is #7FBCB4. Grayscale: #565656. Windows color (decimal): -8371381 or 4932480. OLE color: 4932480.
HSL color Cylindrical-coordinate representation of color #80434B: hue angle of 352.13º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80434B is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 75 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.50 |
| HSL | 352.13º | 0.31% | 0.38% | - |
| HSV(B) | 352.13º | 0.48% | 0.5% | - |
| XYZ | 12.18 | 9.11 | 7.77 | - |
| YUV | 86.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 75 | 0 | 0.48 | 0.41 | 0.50 | 352.13 | 0.31 | 0.38 |
| Hex | 80 | 43 | 4B | 0 | 30 | 29 | 32 | 160 | 1F | 26 |
| Octal | 200 | 103 | 113 | 0 | 60 | 51 | 62 | 540 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1001011 | 0 | 110000 | 101001 | 110010 | 101100000 | 11111 | 100110 |
Color Harmonies of #80434B
Complementary color
Monochromatic Colors of #80434B
Black with #80434B
Text Example
Text Example
White with #80434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80434B; }
p { color: rgb(128,67,75); }
H1.HeaderClassName
{
color: #80434B;
}
.AnyTagClassName
{
color: #80434B;
}
</style>
background-color css
<style>
a { background-color: #80434B; }
a { background-color: rgb(128,67,75); }
div.DivClassName
{
background-color: #80434B;
}
.BgClassName
{
background-color: #80434B;
}
</style>
border-color css
<style>
span { border-color: #80434B; }
span { border-color: rgb(128,67,75); }
td.TdClassName
{
border-color: #80434B;
}
.TagClassName
{
border-color: #80434B;
}
</style>