#814E50

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

Shades of Solid Pink #814E50

Tints of Solid Pink #814E50

Color information

#814E50 (or 0x814E50) is unknown color: approx Solid Pink. HEX triplet: 81, 4E and 50. RGB value is (129,78,80). Sum of RGB (Red+Green+Blue) = 129+78+80=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #814E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E50 is #7EB1AF. Grayscale: #5D5D5D. Windows color (decimal): -8303024 or 5262977. OLE color: 5262977.

HSL color Cylindrical-coordinate representation of color #814E50: hue angle of 357.65º 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 #814E50 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1297880-
CMYK00.400.380.49
HSL357.65º24.64%40.59%-
HSV(B)357.65º39.53%50.59%-
XYZ13.2310.78.96-
YUV93.48120.4153.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=44.95%
G=27.18%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129788000.400.380.49357.6524.6440.59
Hex814E5002826311661929
Octal20111612005046615463151
Binary1000000110011101010000010100010011011000110110011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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