#804249

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

Shades of Solid Pink #804249

Tints of Solid Pink #804249

Color information

#804249 (or 0x804249) is unknown color: approx Solid Pink. HEX triplet: 80, 42 and 49. RGB value is (128,66,73). Sum of RGB (Red+Green+Blue) = 128+66+73=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #804249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804249 is #7FBDB6. Grayscale: #555555. Windows color (decimal): -8371639 or 4801152. OLE color: 4801152.

HSL color Cylindrical-coordinate representation of color #804249: hue angle of 353.23º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804249 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1286673-
CMYK00.480.430.50
HSL353.23º31.96%38.04%-
HSV(B)353.23º48.44%50.2%-
XYZ12.058.977.4-
YUV85.34121.04158.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=47.94%
G=24.72%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128667300.480.430.50353.2331.9638.04
Hex8042490302B321612026
Octal20010211106053625414046
Binary10000000100001010010010110000101011110010101100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804249; }

 p { color: rgb(128,66,73); }

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

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

 a { background-color: rgb(128,66,73); }

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

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

 span { border-color: rgb(128,66,73); }

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