#805276

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

Shades of Trendy Pink #805276

Tints of Trendy Pink #805276

Color information

#805276 (or 0x805276) is unknown color: approx Trendy Pink. HEX triplet: 80, 52 and 76. RGB value is (128,82,118). Sum of RGB (Red+Green+Blue) = 128+82+118=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #805276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805276 is #7FAD89. Grayscale: #636363. Windows color (decimal): -8367498 or 7754368. OLE color: 7754368.

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

Color convert

RGB12882118-
CMYK00.360.080.50
HSL313.04º21.9%41.18%-
HSV(B)313.04º35.94%50.2%-
XYZ15.1911.9318.64-
YUV99.86138.24148.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=39.02%
G=25%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288211800.360.080.50313.0421.941.18
Hex8052760248321391629
Octal20012216604410624712651
Binary10000000101001011101100100100100011001010011100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805276; }

 p { color: rgb(128,82,118); }

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

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

 a { background-color: rgb(128,82,118); }

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

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

 span { border-color: rgb(128,82,118); }

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