Html Css Color HEX #8D474F Solid Pink

📋 copy color: '#8D474F'

red 141 ◦ green 71 ◦ blue 79

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

Shades of Solid Pink #8D474F

Tints of Solid Pink #8D474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.15%

R = 48.45%
G = 24.4%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8D474F (or 0x8D474F) is known color: Solid Pink. HEX triplet: 8D, 47 and 4F. RGB value is (141,71,79). Sum of RGB (Red+Green+Blue) = 141+71+79=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D474F is #72B8B0. Grayscale: #5C5C5C. Windows color (decimal): -7518385 or 5195661. OLE color: 5195661.

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

Color convert

RGB 141 71 79 -
CMYK 0 0.50 0.44 0.45
HSL 353.14º 0.33% 0.42% -
HSV(B) 353.14º 0.5% 0.55% -
XYZ 14.65 10.73 8.7 -
YUV 92.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 141 71 79 0 0.50 0.44 0.45 353.14 0.33 0.42
Hex 8D 47 4F 0 32 2C 2D 161 21 2A
Octal 215 107 117 0 62 54 55 541 41 52
Binary 10001101 1000111 1001111 0 110010 101100 101101 101100001 100001 101010

Color Harmonies of #8D474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D474F

Black with #8D474F

Text Example


Text Example

White with #8D474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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