#815B7D

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

Shades of Trendy Pink #815B7D

Tints of Trendy Pink #815B7D

Color information

#815B7D (or 0x815B7D) is unknown color: approx Trendy Pink. HEX triplet: 81, 5B and 7D. RGB value is (129,91,125). Sum of RGB (Red+Green+Blue) = 129+91+125=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #815B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B7D is #7EA482. Grayscale: #6A6A6A. Windows color (decimal): -8299651 or 8215425. OLE color: 8215425.

HSL color Cylindrical-coordinate representation of color #815B7D: hue angle of 306.32º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815B7D is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB12991125-
CMYK00.290.030.49
HSL306.32º17.27%43.14%-
HSV(B)306.32º29.46%50.59%-
XYZ16.513.6321.16-
YUV106.24138.59144.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=37.39%
G=26.38%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299112500.290.030.49306.3217.2743.14
Hex815B7D01D331132112b
Octal2011331750353614622153
Binary10000001101101111111010111011111000110011001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,91,125); }

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

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

 a { background-color: rgb(129,91,125); }

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

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

 span { border-color: rgb(129,91,125); }

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