#874551

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

Shades of Solid Pink #874551

Tints of Solid Pink #874551

Color information

#874551 (or 0x874551) is unknown color: approx Solid Pink. HEX triplet: 87, 45 and 51. RGB value is (135,69,81). Sum of RGB (Red+Green+Blue) = 135+69+81=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #874551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874551 is #78BAAE. Grayscale: #5A5A5A. Windows color (decimal): -7912111 or 5326215. OLE color: 5326215.

HSL color Cylindrical-coordinate representation of color #874551: hue angle of 349.09º 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 #874551 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1356981-
CMYK00.490.400.47
HSL349.09º32.35%40%-
HSV(B)349.09º48.89%52.94%-
XYZ13.61109-
YUV90.1122.87160.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=47.37%
G=24.21%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135698100.490.400.47349.0932.3540
Hex874551031282F15d2028
Octal20710512106150575354050
Binary10000111100010110100010110001101000101111101011101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874551; }

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

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

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

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

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

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

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

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