Html Css Color HEX #8D5058 Solid Pink

📋 copy color: '#8D5058'

red 141 ◦ green 80 ◦ blue 88

#8D5058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #8D5058

Tints of Solid Pink #8D5058

RGB

 RED value IS 141 (55.47% from 255) = 45.63%

 GREEN value IS 80 (31.64% from 255) = 25.89%

 BLUE value IS 88 (34.77% from 255) = 28.48%

R = 45.63%
G = 25.89%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8D5058 (or 0x8D5058) is known color: Solid Pink. HEX triplet: 8D, 50 and 58. RGB value is (141,80,88). Sum of RGB (Red+Green+Blue) = 141+80+88=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5058 is #72AFA7. Grayscale: #636363. Windows color (decimal): -7516072 or 5787789. OLE color: 5787789.

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

Color convert

RGB 141 80 88 -
CMYK 0 0.43 0.38 0.45
HSL 352.13º 0.28% 0.43% -
HSV(B) 352.13º 0.43% 0.55% -
XYZ 15.61 12.1 10.75 -
YUV 99.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 141 80 88 0 0.43 0.38 0.45 352.13 0.28 0.43
Hex 8D 50 58 0 2B 26 2D 160 1C 2B
Octal 215 120 130 0 53 46 55 540 34 53
Binary 10001101 1010000 1011000 0 101011 100110 101101 101100000 11100 101011

Color Harmonies of #8D5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5058

Black with #8D5058

Text Example


Text Example

White with #8D5058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,80,88); }

 H1.HeaderClassName
 {
   color: #8D5058;
 }
 .AnyTagClassName
 {
   color: #8D5058;
 }
</style>

background-color css

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

 a { background-color: rgb(141,80,88); }

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

border-color css

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

 span { border-color: rgb(141,80,88); }

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