#815359

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

Shades of Solid Pink #815359

Tints of Solid Pink #815359

Color information

#815359 (or 0x815359) is unknown color: approx Solid Pink. HEX triplet: 81, 53 and 59. RGB value is (129,83,89). Sum of RGB (Red+Green+Blue) = 129+83+89=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #815359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815359 is #7EACA6. Grayscale: #616161. Windows color (decimal): -8301735 or 5854081. OLE color: 5854081.

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

Color convert

RGB1298389-
CMYK00.360.310.49
HSL352.17º21.7%41.57%-
HSV(B)352.17º35.66%50.59%-
XYZ13.9511.5710.95-
YUV97.44123.24150.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=42.86%
G=27.57%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129838900.360.310.49352.1721.741.57
Hex8153590241F31160162a
Octal20112313104437615402652
Binary100000011010011101100101001001111111000110110000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815359; }

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

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

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

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

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

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

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

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