#815559

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

Shades of Solid Pink #815559

Tints of Solid Pink #815559

Color information

#815559 (or 0x815559) is unknown color: approx Solid Pink. HEX triplet: 81, 55 and 59. RGB value is (129,85,89). Sum of RGB (Red+Green+Blue) = 129+85+89=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #815559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815559 is #7EAAA6. Grayscale: #626262. Windows color (decimal): -8301223 or 5854593. OLE color: 5854593.

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

Color convert

RGB1298589-
CMYK00.340.310.49
HSL354.55º20.56%41.96%-
HSV(B)354.55º34.11%50.59%-
XYZ14.111.8911-
YUV98.61122.58149.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 89 (35.16% from 255) = 29.37%
R=42.57%
G=28.05%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129858900.340.310.49354.5520.5641.96
Hex8155590221F31163152a
Octal20112513104237615432552
Binary100000011010101101100101000101111111000110110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815559; }

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

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

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

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

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

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

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

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