Shades of Solid Pink #804349
Tints of Solid Pink #804349
RGB
CMYK
RGB Variations
Color information
#804349 (or 0x804349) is known color: Solid Pink. HEX triplet: 80, 43 and 49. RGB value is (128,67,73). Sum of RGB (Red+Green+Blue) = 128+67+73=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #804349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804349 is #7FBCB6. Grayscale: #555555. Windows color (decimal): -8371383 or 4801408. OLE color: 4801408.
HSL color Cylindrical-coordinate representation of color #804349: hue angle of 354.1º 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 #804349 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 73 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.50 |
| HSL | 354.1º | 0.31% | 0.38% | - |
| HSV(B) | 354.1º | 0.48% | 0.5% | - |
| XYZ | 12.11 | 9.08 | 7.42 | - |
| YUV | 85.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 73 | 0 | 0.48 | 0.43 | 0.50 | 354.1 | 0.31 | 0.38 |
| Hex | 80 | 43 | 49 | 0 | 30 | 2B | 32 | 162 | 1F | 26 |
| Octal | 200 | 103 | 111 | 0 | 60 | 53 | 62 | 542 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1001001 | 0 | 110000 | 101011 | 110010 | 101100010 | 11111 | 100110 |
Color Harmonies of #804349
Complementary color
Monochromatic Colors of #804349
Black with #804349
Text Example
Text Example
White with #804349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804349; }
p { color: rgb(128,67,73); }
H1.HeaderClassName
{
color: #804349;
}
.AnyTagClassName
{
color: #804349;
}
</style>
background-color css
<style>
a { background-color: #804349; }
a { background-color: rgb(128,67,73); }
div.DivClassName
{
background-color: #804349;
}
.BgClassName
{
background-color: #804349;
}
</style>
border-color css
<style>
span { border-color: #804349; }
span { border-color: rgb(128,67,73); }
td.TdClassName
{
border-color: #804349;
}
.TagClassName
{
border-color: #804349;
}
</style>