#8C4448

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

Shades of Solid Pink #8C4448

Tints of Solid Pink #8C4448

Color information

#8C4448 (or 0x8C4448) is unknown color: approx Solid Pink. HEX triplet: 8C, 44 and 48. RGB value is (140,68,72). Sum of RGB (Red+Green+Blue) = 140+68+72=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4448 is #73BBB7. Grayscale: #5A5A5A. Windows color (decimal): -7584696 or 4736140. OLE color: 4736140.

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

Color convert

RGB1406872-
CMYK00.510.490.45
HSL356.67º34.62%40.78%-
HSV(B)356.67º51.43%54.9%-
XYZ14.0510.187.35-
YUV89.98117.85163.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=50%
G=24.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140687200.510.490.45356.6734.6240.78
Hex8C4448033312D1652329
Octal21410411006361555454351
Binary10001100100010010010000110011110001101101101100101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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