#8D444E

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

Shades of Solid Pink #8D444E

Tints of Solid Pink #8D444E

Color information

#8D444E (or 0x8D444E) is unknown color: approx Solid Pink. HEX triplet: 8D, 44 and 4E. RGB value is (141,68,78). Sum of RGB (Red+Green+Blue) = 141+68+78=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D444E is #72BBB1. Grayscale: #5A5A5A. Windows color (decimal): -7519154 or 5129357. OLE color: 5129357.

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

Color convert

RGB1416878-
CMYK00.520.450.45
HSL351.78º34.93%40.98%-
HSV(B)351.78º51.77%55.29%-
XYZ14.4310.358.44-
YUV90.97120.68163.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=49.13%
G=23.69%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141687800.520.450.45351.7834.9340.98
Hex8D444E0342D2D1602329
Octal21510411606455555404351
Binary10001101100010010011100110100101101101101101100000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,68,78); }

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

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

 a { background-color: rgb(141,68,78); }

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

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

 span { border-color: rgb(141,68,78); }

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