#814377

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

Shades of Trendy Pink #814377

Tints of Trendy Pink #814377

Color information

#814377 (or 0x814377) is unknown color: approx Trendy Pink. HEX triplet: 81, 43 and 77. RGB value is (129,67,119). Sum of RGB (Red+Green+Blue) = 129+67+119=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #814377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814377 is #7EBC88. Grayscale: #5B5B5B. Windows color (decimal): -8305801 or 7816065. OLE color: 7816065.

HSL color Cylindrical-coordinate representation of color #814377: hue angle of 309.68º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814377 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB12967119-
CMYK00.480.080.49
HSL309.68º31.63%38.43%-
HSV(B)309.68º48.06%50.59%-
XYZ14.3910.0118.63-
YUV91.47143.54154.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=40.95%
G=21.27%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296711900.480.080.49309.6831.6338.43
Hex8143770308311362026
Octal20110316706010614664046
Binary100000011000011111011101100001000110001100110110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814377; }

 p { color: rgb(129,67,119); }

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

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

 a { background-color: rgb(129,67,119); }

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

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

 span { border-color: rgb(129,67,119); }

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