Shades of Solid Pink #874349
Tints of Solid Pink #874349
RGB
CMYK
RGB Variations
Color information
#874349 (or 0x874349) is known color: Solid Pink. HEX triplet: 87, 43 and 49. RGB value is (135,67,73). Sum of RGB (Red+Green+Blue) = 135+67+73=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #874349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874349 is #78BCB6. Grayscale: #585858. Windows color (decimal): -7912631 or 4801415. OLE color: 4801415.
HSL color Cylindrical-coordinate representation of color #874349: hue angle of 354.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874349 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 73 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.47 |
| HSL | 354.71º | 0.34% | 0.4% | - |
| HSV(B) | 354.71º | 0.5% | 0.53% | - |
| XYZ | 13.2 | 9.65 | 7.47 | - |
| YUV | 88.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 73 | 0 | 0.50 | 0.46 | 0.47 | 354.71 | 0.34 | 0.4 |
| Hex | 87 | 43 | 49 | 0 | 32 | 2E | 2F | 163 | 22 | 28 |
| Octal | 207 | 103 | 111 | 0 | 62 | 56 | 57 | 543 | 42 | 50 |
| Binary | 10000111 | 1000011 | 1001001 | 0 | 110010 | 101110 | 101111 | 101100011 | 100010 | 101000 |
Color Harmonies of #874349
Complementary color
Monochromatic Colors of #874349
Black with #874349
Text Example
Text Example
White with #874349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874349; }
p { color: rgb(135,67,73); }
H1.HeaderClassName
{
color: #874349;
}
.AnyTagClassName
{
color: #874349;
}
</style>
background-color css
<style>
a { background-color: #874349; }
a { background-color: rgb(135,67,73); }
div.DivClassName
{
background-color: #874349;
}
.BgClassName
{
background-color: #874349;
}
</style>
border-color css
<style>
span { border-color: #874349; }
span { border-color: rgb(135,67,73); }
td.TdClassName
{
border-color: #874349;
}
.TagClassName
{
border-color: #874349;
}
</style>