#814B74

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

Shades of Trendy Pink #814B74

Tints of Trendy Pink #814B74

Color information

#814B74 (or 0x814B74) is unknown color: approx Trendy Pink. HEX triplet: 81, 4B and 74. RGB value is (129,75,116). Sum of RGB (Red+Green+Blue) = 129+75+116=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #814B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814B74 is #7EB48B. Grayscale: #5F5F5F. Windows color (decimal): -8303756 or 7621505. OLE color: 7621505.

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

Color convert

RGB12975116-
CMYK00.420.100.49
HSL314.44º26.47%40%-
HSV(B)314.44º41.86%50.59%-
XYZ14.7210.9617.86-
YUV95.82139.39151.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=40.31%
G=23.44%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297511600.420.100.49314.4426.4740
Hex814B7402AA3113a1a28
Octal20111316405212614723250
Binary10000001100101111101000101010101011000110011101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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