#874552

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

Shades of Solid Pink #874552

Tints of Solid Pink #874552

Color information

#874552 (or 0x874552) is unknown color: approx Solid Pink. HEX triplet: 87, 45 and 52. RGB value is (135,69,82). Sum of RGB (Red+Green+Blue) = 135+69+82=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #874552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874552 is #78BAAD. Grayscale: #5A5A5A. Windows color (decimal): -7912110 or 5391751. OLE color: 5391751.

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

Color convert

RGB1356982-
CMYK00.490.390.47
HSL348.18º32.35%40%-
HSV(B)348.18º48.89%52.94%-
XYZ13.6410.029.2-
YUV90.22123.37159.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.20%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=47.20%
G=24.13%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135698200.490.390.47348.1832.3540
Hex874552031272F15c2028
Octal20710512206147575344050
Binary10000111100010110100100110001100111101111101011100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874552; }

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

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

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

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

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

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

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

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