#814E51

Color #814E51 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #814E51

Tints of Solid Pink #814E51

Color information

#814E51 (or 0x814E51) is unknown color: approx Solid Pink. HEX triplet: 81, 4E and 51. RGB value is (129,78,81). Sum of RGB (Red+Green+Blue) = 129+78+81=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #814E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E51 is #7EB1AE. Grayscale: #5D5D5D. Windows color (decimal): -8303023 or 5328513. OLE color: 5328513.

HSL color Cylindrical-coordinate representation of color #814E51: hue angle of 356.47º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814E51 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1297881-
CMYK00.400.370.49
HSL356.47º24.64%40.59%-
HSV(B)356.47º39.53%50.59%-
XYZ13.2610.719.15-
YUV93.59120.9153.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 44.79%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=44.79%
G=27.08%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129788100.400.370.49356.4724.6440.59
Hex814E5102825311641929
Octal20111612105045615443151
Binary1000000110011101010001010100010010111000110110010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814E51; }

 p { color: rgb(129,78,81); }

 H1.HeaderClassName
 {
   color: #814E51;
 }
 .AnyTagClassName
 {
   color: #814E51;
 }
</style>
background-color css

<style>
 a { background-color: #814E51; }

 a { background-color: rgb(129,78,81); }

 div.DivClassName
 {
   background-color: #814E51;
 }
 .BgClassName
 {
   background-color: #814E51;
 }
</style>
border-color css

<style>
 span { border-color: #814E51; }

 span { border-color: rgb(129,78,81); }

 td.TdClassName
 {
   border-color: #814E51;
 }
 .TagClassName
 {
   border-color: #814E51;
 }
</style>