Shades of Solid Pink #874148
Tints of Solid Pink #874148
RGB
CMYK
RGB Variations
Color information
#874148 (or 0x874148) is known color: Solid Pink. HEX triplet: 87, 41 and 48. RGB value is (135,65,72). Sum of RGB (Red+Green+Blue) = 135+65+72=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #874148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874148 is #78BEB7. Grayscale: #565656. Windows color (decimal): -7913144 or 4735367. OLE color: 4735367.
HSL color Cylindrical-coordinate representation of color #874148: hue angle of 354º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874148 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 72 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.47 |
| HSL | 354º | 0.35% | 0.39% | - |
| HSV(B) | 354º | 0.52% | 0.53% | - |
| XYZ | 13.05 | 9.4 | 7.26 | - |
| YUV | 86.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 72 | 0 | 0.52 | 0.47 | 0.47 | 354 | 0.35 | 0.39 |
| Hex | 87 | 41 | 48 | 0 | 34 | 2F | 2F | 162 | 23 | 27 |
| Octal | 207 | 101 | 110 | 0 | 64 | 57 | 57 | 542 | 43 | 47 |
| Binary | 10000111 | 1000001 | 1001000 | 0 | 110100 | 101111 | 101111 | 101100010 | 100011 | 100111 |
Color Harmonies of #874148
Complementary color
Monochromatic Colors of #874148
Black with #874148
Text Example
Text Example
White with #874148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874148; }
p { color: rgb(135,65,72); }
H1.HeaderClassName
{
color: #874148;
}
.AnyTagClassName
{
color: #874148;
}
</style>
background-color css
<style>
a { background-color: #874148; }
a { background-color: rgb(135,65,72); }
div.DivClassName
{
background-color: #874148;
}
.BgClassName
{
background-color: #874148;
}
</style>
border-color css
<style>
span { border-color: #874148; }
span { border-color: rgb(135,65,72); }
td.TdClassName
{
border-color: #874148;
}
.TagClassName
{
border-color: #874148;
}
</style>