Shades of Solid Pink #81474B
Tints of Solid Pink #81474B
RGB
CMYK
RGB Variations
Color information
#81474B (or 0x81474B) is known color: Solid Pink. HEX triplet: 81, 47 and 4B. RGB value is (129,71,75). Sum of RGB (Red+Green+Blue) = 129+71+75=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81474B is #7EB8B4. Grayscale: #585858. Windows color (decimal): -8304821 or 4933505. OLE color: 4933505.
HSL color Cylindrical-coordinate representation of color #81474B: hue angle of 355.86º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81474B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 75 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.49 |
| HSL | 355.86º | 0.29% | 0.39% | - |
| HSV(B) | 355.86º | 0.45% | 0.51% | - |
| XYZ | 12.58 | 9.68 | 7.86 | - |
| YUV | 88.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 75 | 0 | 0.45 | 0.42 | 0.49 | 355.86 | 0.29 | 0.39 |
| Hex | 81 | 47 | 4B | 0 | 2D | 2A | 31 | 164 | 1D | 27 |
| Octal | 201 | 107 | 113 | 0 | 55 | 52 | 61 | 544 | 35 | 47 |
| Binary | 10000001 | 1000111 | 1001011 | 0 | 101101 | 101010 | 110001 | 101100100 | 11101 | 100111 |
Color Harmonies of #81474B
Complementary color
Monochromatic Colors of #81474B
Black with #81474B
Text Example
Text Example
White with #81474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81474B; }
p { color: rgb(129,71,75); }
H1.HeaderClassName
{
color: #81474B;
}
.AnyTagClassName
{
color: #81474B;
}
</style>
background-color css
<style>
a { background-color: #81474B; }
a { background-color: rgb(129,71,75); }
div.DivClassName
{
background-color: #81474B;
}
.BgClassName
{
background-color: #81474B;
}
</style>
border-color css
<style>
span { border-color: #81474B; }
span { border-color: rgb(129,71,75); }
td.TdClassName
{
border-color: #81474B;
}
.TagClassName
{
border-color: #81474B;
}
</style>