#805175

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

Shades of Trendy Pink #805175

Tints of Trendy Pink #805175

Color information

#805175 (or 0x805175) is unknown color: approx Trendy Pink. HEX triplet: 80, 51 and 75. RGB value is (128,81,117). Sum of RGB (Red+Green+Blue) = 128+81+117=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #805175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805175 is #7FAE8A. Grayscale: #636363. Windows color (decimal): -8367755 or 7688576. OLE color: 7688576.

HSL color Cylindrical-coordinate representation of color #805175: hue angle of 314.04º 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 #805175 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12881117-
CMYK00.370.090.50
HSL314.04º22.49%40.98%-
HSV(B)314.04º36.72%50.2%-
XYZ15.0611.7618.31-
YUV99.16138.07148.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=39.26%
G=24.85%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288111700.370.090.50314.0422.4940.98
Hex80517502593213a1629
Octal20012116504511624722651
Binary10000000101000111101010100101100111001010011101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805175; }

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

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

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

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

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

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

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

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