#874952

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

Shades of Solid Pink #874952

Tints of Solid Pink #874952

Color information

#874952 (or 0x874952) is unknown color: approx Solid Pink. HEX triplet: 87, 49 and 52. RGB value is (135,73,82). Sum of RGB (Red+Green+Blue) = 135+73+82=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874952 is #78B6AD. Grayscale: #5C5C5C. Windows color (decimal): -7911086 or 5392775. OLE color: 5392775.

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

Color convert

RGB1357382-
CMYK00.460.390.47
HSL351.29º29.81%40.78%-
HSV(B)351.29º45.93%52.94%-
XYZ13.910.539.28-
YUV92.56122.04158.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 82 (32.42% from 255) = 28.28%
R=46.55%
G=25.17%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135738200.460.390.47351.2929.8140.78
Hex87495202E272F15f1e29
Octal20711112205647575373651
Binary1000011110010011010010010111010011110111110101111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874952; }

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

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

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

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

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

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

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

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