#814479

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

Shades of Trendy Pink #814479

Tints of Trendy Pink #814479

Color information

#814479 (or 0x814479) is unknown color: approx Trendy Pink. HEX triplet: 81, 44 and 79. RGB value is (129,68,121). Sum of RGB (Red+Green+Blue) = 129+68+121=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #814479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814479 is #7EBB86. Grayscale: #5C5C5C. Windows color (decimal): -8305543 or 7947393. OLE color: 7947393.

HSL color Cylindrical-coordinate representation of color #814479: hue angle of 307.87º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814479 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB12968121-
CMYK00.470.060.49
HSL307.87º30.96%38.63%-
HSV(B)307.87º47.29%50.59%-
XYZ14.5710.1819.29-
YUV92.28144.21154.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=40.57%
G=21.38%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296812100.470.060.49307.8730.9638.63
Hex81447902F6311341f27
Octal2011041710576614643747
Binary1000000110001001111001010111111011000110011010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814479; }

 p { color: rgb(129,68,121); }

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

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

 a { background-color: rgb(129,68,121); }

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

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

 span { border-color: rgb(129,68,121); }

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