#875254

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

Shades of Solid Pink #875254

Tints of Solid Pink #875254

Color information

#875254 (or 0x875254) is unknown color: approx Solid Pink. HEX triplet: 87, 52 and 54. RGB value is (135,82,84). Sum of RGB (Red+Green+Blue) = 135+82+84=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #875254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875254 is #78ADAB. Grayscale: #626262. Windows color (decimal): -7908780 or 5526151. OLE color: 5526151.

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

Color convert

RGB1358284-
CMYK00.390.380.47
HSL357.74º24.42%42.55%-
HSV(B)357.74º39.26%52.94%-
XYZ14.6111.839.9-
YUV98.07120.06154.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=44.85%
G=27.24%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135828400.390.380.47357.7424.4242.55
Hex875254027262F166182b
Octal20712212404746575463053
Binary1000011110100101010100010011110011010111110110011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875254; }

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

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

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

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

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

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

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

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