#8C4849

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

Shades of Solid Pink #8C4849

Tints of Solid Pink #8C4849

Color information

#8C4849 (or 0x8C4849) is unknown color: approx Solid Pink. HEX triplet: 8C, 48 and 49. RGB value is (140,72,73). Sum of RGB (Red+Green+Blue) = 140+72+73=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4849 is #73B7B6. Grayscale: #5C5C5C. Windows color (decimal): -7583671 or 4802700. OLE color: 4802700.

HSL color Cylindrical-coordinate representation of color #8C4849: hue angle of 359.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4849 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1407273-
CMYK00.490.480.45
HSL359.12º32.08%41.57%-
HSV(B)359.12º48.57%54.9%-
XYZ14.3410.697.61-
YUV92.45117.03161.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.12%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=49.12%
G=25.26%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140727300.490.480.45359.1232.0841.57
Hex8C4849031302D167202a
Octal21411011106160555474052
Binary10001100100100010010010110001110000101101101100111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,72,73); }

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

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

 a { background-color: rgb(140,72,73); }

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

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

 span { border-color: rgb(140,72,73); }

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