#814B73

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

Shades of Trendy Pink #814B73

Tints of Trendy Pink #814B73

Color information

#814B73 (or 0x814B73) is unknown color: approx Trendy Pink. HEX triplet: 81, 4B and 73. RGB value is (129,75,115). Sum of RGB (Red+Green+Blue) = 129+75+115=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #814B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814B73 is #7EB48C. Grayscale: #5F5F5F. Windows color (decimal): -8303757 or 7555969. OLE color: 7555969.

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

Color convert

RGB12975115-
CMYK00.420.110.49
HSL315.56º26.47%40%-
HSV(B)315.56º41.86%50.59%-
XYZ14.6610.9417.56-
YUV95.71138.89151.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=40.44%
G=23.51%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297511500.420.110.49315.5626.4740
Hex814B7302AB3113c1a28
Octal20111316305213614743250
Binary10000001100101111100110101010101111000110011110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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