Html Css Color HEX #8D464C Solid Pink

📋 copy color: '#8D464C'

red 141 ◦ green 70 ◦ blue 76

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

Shades of Solid Pink #8D464C

Tints of Solid Pink #8D464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 49.13%
G = 24.39%
B = 26.48%

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

#8D464C (or 0x8D464C) is known color: Solid Pink. HEX triplet: 8D, 46 and 4C. RGB value is (141,70,76). Sum of RGB (Red+Green+Blue) = 141+70+76=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D464C is #72B9B3. Grayscale: #5B5B5B. Windows color (decimal): -7518644 or 4998797. OLE color: 4998797.

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

Color convert

RGB 141 70 76 -
CMYK 0 0.50 0.46 0.45
HSL 354.93º 0.34% 0.41% -
HSV(B) 354.93º 0.5% 0.55% -
XYZ 14.48 10.56 8.11 -
YUV 91.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 141 70 76 0 0.50 0.46 0.45 354.93 0.34 0.41
Hex 8D 46 4C 0 32 2E 2D 163 22 29
Octal 215 106 114 0 62 56 55 543 42 51
Binary 10001101 1000110 1001100 0 110010 101110 101101 101100011 100010 101001

Color Harmonies of #8D464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D464C

Black with #8D464C

Text Example


Text Example

White with #8D464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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