#8E4C4F

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

Shades of Solid Pink #8E4C4F

Tints of Solid Pink #8E4C4F

Color information

#8E4C4F (or 0x8E4C4F) is unknown color: approx Solid Pink. HEX triplet: 8E, 4C and 4F. RGB value is (142,76,79). Sum of RGB (Red+Green+Blue) = 142+76+79=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4C4F is #71B3B0. Grayscale: #606060. Windows color (decimal): -7451569 or 5196942. OLE color: 5196942.

HSL color Cylindrical-coordinate representation of color #8E4C4F: hue angle of 357.27º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E4C4F is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1427679-
CMYK00.460.440.44
HSL357.27º30.28%42.75%-
HSV(B)357.27º46.48%55.69%-
XYZ15.1511.488.82-
YUV96.08118.37160.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=47.81%
G=25.59%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142767900.460.440.44357.2730.2842.75
Hex8E4C4F02E2C2C1651e2b
Octal21611411705654545453653
Binary1000111010011001001111010111010110010110010110010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E4C4F; }

 p { color: rgb(142,76,79); }

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

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

 a { background-color: rgb(142,76,79); }

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

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

 span { border-color: rgb(142,76,79); }

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