Shades of Solid Pink #81464C
Tints of Solid Pink #81464C
RGB
CMYK
RGB Variations
Color information
#81464C (or 0x81464C) is known color: Solid Pink. HEX triplet: 81, 46 and 4C. RGB value is (129,70,76). Sum of RGB (Red+Green+Blue) = 129+70+76=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81464C is #7EB9B3. Grayscale: #585858. Windows color (decimal): -8305076 or 4998785. OLE color: 4998785.
HSL color Cylindrical-coordinate representation of color #81464C: hue angle of 353.9º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81464C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 76 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.49 |
| HSL | 353.9º | 0.3% | 0.39% | - |
| HSV(B) | 353.9º | 0.46% | 0.51% | - |
| XYZ | 12.55 | 9.57 | 8.02 | - |
| YUV | 88.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 76 | 0 | 0.46 | 0.41 | 0.49 | 353.9 | 0.3 | 0.39 |
| Hex | 81 | 46 | 4C | 0 | 2E | 29 | 31 | 162 | 1E | 27 |
| Octal | 201 | 106 | 114 | 0 | 56 | 51 | 61 | 542 | 36 | 47 |
| Binary | 10000001 | 1000110 | 1001100 | 0 | 101110 | 101001 | 110001 | 101100010 | 11110 | 100111 |
Color Harmonies of #81464C
Complementary color
Monochromatic Colors of #81464C
Black with #81464C
Text Example
Text Example
White with #81464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81464C; }
p { color: rgb(129,70,76); }
H1.HeaderClassName
{
color: #81464C;
}
.AnyTagClassName
{
color: #81464C;
}
</style>
background-color css
<style>
a { background-color: #81464C; }
a { background-color: rgb(129,70,76); }
div.DivClassName
{
background-color: #81464C;
}
.BgClassName
{
background-color: #81464C;
}
</style>
border-color css
<style>
span { border-color: #81464C; }
span { border-color: rgb(129,70,76); }
td.TdClassName
{
border-color: #81464C;
}
.TagClassName
{
border-color: #81464C;
}
</style>