#805179

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

Shades of Trendy Pink #805179

Tints of Trendy Pink #805179

Color information

#805179 (or 0x805179) is unknown color: approx Trendy Pink. HEX triplet: 80, 51 and 79. RGB value is (128,81,121). Sum of RGB (Red+Green+Blue) = 128+81+121=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #805179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805179 is #7FAE86. Grayscale: #636363. Windows color (decimal): -8367751 or 7950720. OLE color: 7950720.

HSL color Cylindrical-coordinate representation of color #805179: hue angle of 308.94º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805179 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12881121-
CMYK00.370.050.50
HSL308.94º22.49%40.98%-
HSV(B)308.94º36.72%50.2%-
XYZ15.311.8519.57-
YUV99.61140.07148.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=38.79%
G=24.55%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288112100.370.050.50308.9422.4940.98
Hex8051790255321351629
Octal2001211710455624652651
Binary1000000010100011111001010010110111001010011010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805179; }

 p { color: rgb(128,81,121); }

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

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

 a { background-color: rgb(128,81,121); }

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

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

 span { border-color: rgb(128,81,121); }

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