#875052

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

Shades of Solid Pink #875052

Tints of Solid Pink #875052

Color information

#875052 (or 0x875052) is unknown color: approx Solid Pink. HEX triplet: 87, 50 and 52. RGB value is (135,80,82). Sum of RGB (Red+Green+Blue) = 135+80+82=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #875052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875052 is #78AFAD. Grayscale: #606060. Windows color (decimal): -7909294 or 5394567. OLE color: 5394567.

HSL color Cylindrical-coordinate representation of color #875052: hue angle of 357.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875052 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1358082-
CMYK00.410.390.47
HSL357.82º25.58%42.16%-
HSV(B)357.82º40.74%52.94%-
XYZ14.3811.59.44-
YUV96.67119.72155.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=45.45%
G=26.94%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135808200.410.390.47357.8225.5842.16
Hex875052029272F1661a2a
Octal20712012205147575463252
Binary1000011110100001010010010100110011110111110110011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875052; }

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

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

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

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

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

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

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

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