#804B52

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

Shades of Solid Pink #804B52

Tints of Solid Pink #804B52

Color information

#804B52 (or 0x804B52) is unknown color: approx Solid Pink. HEX triplet: 80, 4B and 52. RGB value is (128,75,82). Sum of RGB (Red+Green+Blue) = 128+75+82=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #804B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804B52 is #7FB4AD. Grayscale: #5B5B5B. Windows color (decimal): -8369326 or 5393280. OLE color: 5393280.

HSL color Cylindrical-coordinate representation of color #804B52: hue angle of 352.08º 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 #804B52 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB1287582-
CMYK00.410.360.50
HSL352.08º26.11%39.8%-
HSV(B)352.08º41.41%50.2%-
XYZ12.9410.239.28-
YUV91.64122.56153.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=44.91%
G=26.32%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128758200.410.360.50352.0826.1139.8
Hex804B5202924321601a28
Octal20011312205144625403250
Binary1000000010010111010010010100110010011001010110000011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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