#815052

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

Shades of Solid Pink #815052

Tints of Solid Pink #815052

Color information

#815052 (or 0x815052) is unknown color: approx Solid Pink. HEX triplet: 81, 50 and 52. RGB value is (129,80,82). Sum of RGB (Red+Green+Blue) = 129+80+82=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #815052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815052 is #7EAFAD. Grayscale: #5E5E5E. Windows color (decimal): -8302510 or 5394561. OLE color: 5394561.

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

Color convert

RGB1298082-
CMYK00.380.360.49
HSL357.55º23.44%40.98%-
HSV(B)357.55º37.98%50.59%-
XYZ13.4411.019.4-
YUV94.88120.73152.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=44.33%
G=27.49%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129808200.380.360.49357.5523.4440.98
Hex81505202624311661729
Octal20112012204644615462751
Binary1000000110100001010010010011010010011000110110011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815052; }

 p { color: rgb(129,80,82); }

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

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

 a { background-color: rgb(129,80,82); }

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

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

 span { border-color: rgb(129,80,82); }

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