#8D5254

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

Shades of Solid Pink #8D5254

Tints of Solid Pink #8D5254

Color information

#8D5254 (or 0x8D5254) is unknown color: approx Solid Pink. HEX triplet: 8D, 52 and 54. RGB value is (141,82,84). Sum of RGB (Red+Green+Blue) = 141+82+84=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5254 is #72ADAB. Grayscale: #636363. Windows color (decimal): -7515564 or 5526157. OLE color: 5526157.

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

Color convert

RGB1418284-
CMYK00.420.400.45
HSL357.97º26.46%43.73%-
HSV(B)357.97º41.84%55.29%-
XYZ15.612.349.95-
YUV99.87119.05157.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 84 (33.20% from 255) = 27.36%
R=45.93%
G=26.71%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141828400.420.400.45357.9726.4643.73
Hex8D525402A282D1661a2c
Octal21512212405250555463254
Binary1000110110100101010100010101010100010110110110011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,82,84); }

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

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

 a { background-color: rgb(141,82,84); }

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

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

 span { border-color: rgb(141,82,84); }

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