Html Css Color HEX #8D474D Solid Pink

📋 copy color: '#8D474D'

red 141 ◦ green 71 ◦ blue 77

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

Shades of Solid Pink #8D474D

Tints of Solid Pink #8D474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.64%

R = 48.79%
G = 24.57%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8D474D (or 0x8D474D) is known color: Solid Pink. HEX triplet: 8D, 47 and 4D. RGB value is (141,71,77). Sum of RGB (Red+Green+Blue) = 141+71+77=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D474D is #72B8B2. Grayscale: #5C5C5C. Windows color (decimal): -7518387 or 5064589. OLE color: 5064589.

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

Color convert

RGB 141 71 77 -
CMYK 0 0.50 0.45 0.45
HSL 354.86º 0.33% 0.42% -
HSV(B) 354.86º 0.5% 0.55% -
XYZ 14.58 10.71 8.32 -
YUV 92.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 141 71 77 0 0.50 0.45 0.45 354.86 0.33 0.42
Hex 8D 47 4D 0 32 2D 2D 163 21 2A
Octal 215 107 115 0 62 55 55 543 41 52
Binary 10001101 1000111 1001101 0 110010 101101 101101 101100011 100001 101010

Color Harmonies of #8D474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D474D

Black with #8D474D

Text Example


Text Example

White with #8D474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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