#8D434A

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

Shades of Solid Pink #8D434A

Tints of Solid Pink #8D434A

Color information

#8D434A (or 0x8D434A) is unknown color: approx Solid Pink. HEX triplet: 8D, 43 and 4A. RGB value is (141,67,74). Sum of RGB (Red+Green+Blue) = 141+67+74=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D434A is #72BCB5. Grayscale: #595959. Windows color (decimal): -7519414 or 4866957. OLE color: 4866957.

HSL color Cylindrical-coordinate representation of color #8D434A: hue angle of 354.32º degrees, saturation: 0.36, 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 #8D434A is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1416774-
CMYK00.520.480.45
HSL354.32º35.58%40.78%-
HSV(B)354.32º52.48%55.29%-
XYZ14.2310.177.69-
YUV89.92119.02164.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=50%
G=23.76%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141677400.520.480.45354.3235.5840.78
Hex8D434A034302D1622429
Octal21510311206460555424451
Binary10001101100001110010100110100110000101101101100010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,67,74); }

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

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

 a { background-color: rgb(141,67,74); }

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

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

 span { border-color: rgb(141,67,74); }

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