Html Css Color HEX #80474D Solid Pink

📋 copy color: '#80474D'

red 128 ◦ green 71 ◦ blue 77

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

Shades of Solid Pink #80474D

Tints of Solid Pink #80474D

RGB

 RED value IS 128 (50.39% from 255) = 46.38%

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

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

R = 46.38%
G = 25.72%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80474D (or 0x80474D) is known color: Solid Pink. HEX triplet: 80, 47 and 4D. RGB value is (128,71,77). Sum of RGB (Red+Green+Blue) = 128+71+77=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80474D is #7FB8B2. Grayscale: #585858. Windows color (decimal): -8370355 or 5064576. OLE color: 5064576.

HSL color Cylindrical-coordinate representation of color #80474D: hue angle of 353.68º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80474D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 77 -
CMYK 0 0.45 0.40 0.50
HSL 353.68º 0.29% 0.39% -
HSV(B) 353.68º 0.45% 0.5% -
XYZ 12.49 9.63 8.22 -
YUV 88.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 128 71 77 0 0.45 0.40 0.50 353.68 0.29 0.39
Hex 80 47 4D 0 2D 28 32 162 1D 27
Octal 200 107 115 0 55 50 62 542 35 47
Binary 10000000 1000111 1001101 0 101101 101000 110010 101100010 11101 100111

Color Harmonies of #80474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80474D

Black with #80474D

Text Example


Text Example

White with #80474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80474D; }

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

 H1.HeaderClassName
 {
   color: #80474D;
 }
 .AnyTagClassName
 {
   color: #80474D;
 }
</style>

background-color css

<style>
 a { background-color: #80474D; }

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

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

border-color css

<style>
 span { border-color: #80474D; }

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

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