Html Css Color HEX #8D474C Solid Pink

📋 copy color: '#8D474C'

red 141 ◦ green 71 ◦ blue 76

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

Shades of Solid Pink #8D474C

Tints of Solid Pink #8D474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 48.96%
G = 24.65%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D474C (or 0x8D474C) is known color: Solid Pink. HEX triplet: 8D, 47 and 4C. RGB value is (141,71,76). Sum of RGB (Red+Green+Blue) = 141+71+76=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D474C is #72B8B3. Grayscale: #5C5C5C. Windows color (decimal): -7518388 or 4999053. OLE color: 4999053.

HSL color Cylindrical-coordinate representation of color #8D474C: hue angle of 355.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D474C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 71 76 -
CMYK 0 0.50 0.46 0.45
HSL 355.71º 0.33% 0.42% -
HSV(B) 355.71º 0.5% 0.55% -
XYZ 14.54 10.69 8.13 -
YUV 92.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 141 71 76 0 0.50 0.46 0.45 355.71 0.33 0.42
Hex 8D 47 4C 0 32 2E 2D 164 21 2A
Octal 215 107 114 0 62 56 55 544 41 52
Binary 10001101 1000111 1001100 0 110010 101110 101101 101100100 100001 101010

Color Harmonies of #8D474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D474C

Black with #8D474C

Text Example


Text Example

White with #8D474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,71,76); }

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

background-color css

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

 a { background-color: rgb(141,71,76); }

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

border-color css

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

 span { border-color: rgb(141,71,76); }

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