#8D434B

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

Shades of Solid Pink #8D434B

Tints of Solid Pink #8D434B

Color information

#8D434B (or 0x8D434B) is unknown color: approx Solid Pink. HEX triplet: 8D, 43 and 4B. RGB value is (141,67,75). Sum of RGB (Red+Green+Blue) = 141+67+75=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D434B is #72BCB4. Grayscale: #5A5A5A. Windows color (decimal): -7519413 or 4932493. OLE color: 4932493.

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

Color convert

RGB1416775-
CMYK00.520.470.45
HSL353.51º35.58%40.78%-
HSV(B)353.51º52.48%55.29%-
XYZ14.2610.197.87-
YUV90.04119.52164.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.82%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=49.82%
G=23.67%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141677500.520.470.45353.5135.5840.78
Hex8D434B0342F2D1622429
Octal21510311306457555424451
Binary10001101100001110010110110100101111101101101100010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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