#815155

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

Shades of Solid Pink #815155

Tints of Solid Pink #815155

Color information

#815155 (or 0x815155) is unknown color: approx Solid Pink. HEX triplet: 81, 51 and 55. RGB value is (129,81,85). Sum of RGB (Red+Green+Blue) = 129+81+85=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #815155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815155 is #7EAEAA. Grayscale: #5F5F5F. Windows color (decimal): -8302251 or 5591425. OLE color: 5591425.

HSL color Cylindrical-coordinate representation of color #815155: hue angle of 355º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #815155 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1298185-
CMYK00.370.340.49
HSL355º22.86%41.18%-
HSV(B)355º37.21%50.59%-
XYZ13.6411.2110.04-
YUV95.81121.9151.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=43.73%
G=27.46%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129818500.370.340.4935522.8641.18
Hex81515502522311631729
Octal20112112504542615432751
Binary1000000110100011010101010010110001011000110110001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815155; }

 p { color: rgb(129,81,85); }

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

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

 a { background-color: rgb(129,81,85); }

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

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

 span { border-color: rgb(129,81,85); }

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