#815D85

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

Shades of Trendy Pink #815D85

Tints of Trendy Pink #815D85

Color information

#815D85 (or 0x815D85) is unknown color: approx Trendy Pink. HEX triplet: 81, 5D and 85. RGB value is (129,93,133). Sum of RGB (Red+Green+Blue) = 129+93+133=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #815D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815D85 is #7EA27A. Grayscale: #6C6C6C. Windows color (decimal): -8299131 or 8740225. OLE color: 8740225.

HSL color Cylindrical-coordinate representation of color #815D85: hue angle of 294º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815D85 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12993133-
CMYK0.030.3000.48
HSL294º17.7%44.31%-
HSV(B)294º30.08%52.16%-
XYZ17.214.1924.02-
YUV108.32141.93142.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=36.34%
G=26.20%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129931330.030.3000.4829417.744.31
Hex815D8531E030126122c
Octal2011352053360604462254
Binary100000011011101100001011111110011000010010011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815D85; }

 p { color: rgb(129,93,133); }

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

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

 a { background-color: rgb(129,93,133); }

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

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

 span { border-color: rgb(129,93,133); }

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