#805259

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

Shades of Solid Pink #805259

Tints of Solid Pink #805259

Color information

#805259 (or 0x805259) is unknown color: approx Solid Pink. HEX triplet: 80, 52 and 59. RGB value is (128,82,89). Sum of RGB (Red+Green+Blue) = 128+82+89=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #805259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805259 is #7FADA6. Grayscale: #606060. Windows color (decimal): -8367527 or 5853824. OLE color: 5853824.

HSL color Cylindrical-coordinate representation of color #805259: hue angle of 350.87º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805259 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1288289-
CMYK00.360.300.50
HSL350.87º21.9%41.18%-
HSV(B)350.87º35.94%50.2%-
XYZ13.7211.3510.92-
YUV96.55123.74150.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 89 (35.16% from 255) = 29.77%
R=42.81%
G=27.42%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128828900.360.300.50350.8721.941.18
Hex8052590241E3215f1629
Octal20012213104436625372651
Binary100000001010010101100101001001111011001010101111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805259; }

 p { color: rgb(128,82,89); }

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

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

 a { background-color: rgb(128,82,89); }

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

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

 span { border-color: rgb(128,82,89); }

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