#804B4D

Color #804B4D Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #804B4D

Tints of Solid Pink #804B4D

Color information

#804B4D (or 0x804B4D) is unknown color: approx Solid Pink. HEX triplet: 80, 4B and 4D. RGB value is (128,75,77). Sum of RGB (Red+Green+Blue) = 128+75+77=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #804B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804B4D is #7FB4B2. Grayscale: #5B5B5B. Windows color (decimal): -8369331 or 5065600. OLE color: 5065600.

HSL color Cylindrical-coordinate representation of color #804B4D: hue angle of 357.74º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #804B4D is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1287577-
CMYK00.410.400.50
HSL357.74º26.11%39.8%-
HSV(B)357.74º41.41%50.2%-
XYZ12.7610.168.31-
YUV91.08120.06154.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=45.71%
G=26.79%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128757700.410.400.50357.7426.1139.8
Hex804B4D02928321661a28
Octal20011311505150625463250
Binary1000000010010111001101010100110100011001010110011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804B4D; }

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

 H1.HeaderClassName
 {
   color: #804B4D;
 }
 .AnyTagClassName
 {
   color: #804B4D;
 }
</style>
background-color css

<style>
 a { background-color: #804B4D; }

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

 div.DivClassName
 {
   background-color: #804B4D;
 }
 .BgClassName
 {
   background-color: #804B4D;
 }
</style>
border-color css

<style>
 span { border-color: #804B4D; }

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

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