#814A74

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

Shades of Trendy Pink #814A74

Tints of Trendy Pink #814A74

Color information

#814A74 (or 0x814A74) is unknown color: approx Trendy Pink. HEX triplet: 81, 4A and 74. RGB value is (129,74,116). Sum of RGB (Red+Green+Blue) = 129+74+116=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #814A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A74 is #7EB58B. Grayscale: #5F5F5F. Windows color (decimal): -8304012 or 7621249. OLE color: 7621249.

HSL color Cylindrical-coordinate representation of color #814A74: hue angle of 314.18º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814A74 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB12974116-
CMYK00.430.100.49
HSL314.18º27.09%39.8%-
HSV(B)314.18º42.64%50.59%-
XYZ14.6510.8317.84-
YUV95.23139.72152.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=40.44%
G=23.20%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297411600.430.100.49314.1827.0939.8
Hex814A7402BA3113a1b28
Octal20111216405312614723350
Binary10000001100101011101000101011101011000110011101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,74,116); }

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

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

 a { background-color: rgb(129,74,116); }

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

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

 span { border-color: rgb(129,74,116); }

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