#804349

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

Shades of Solid Pink #804349

Tints of Solid Pink #804349

Color information

#804349 (or 0x804349) is unknown color: approx Solid Pink. HEX triplet: 80, 43 and 49. RGB value is (128,67,73). Sum of RGB (Red+Green+Blue) = 128+67+73=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #804349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804349 is #7FBCB6. Grayscale: #555555. Windows color (decimal): -8371383 or 4801408. OLE color: 4801408.

HSL color Cylindrical-coordinate representation of color #804349: hue angle of 354.1º degrees, saturation: 0.31, 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 #804349 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1286773-
CMYK00.480.430.50
HSL354.1º31.28%38.24%-
HSV(B)354.1º47.66%50.2%-
XYZ12.119.087.42-
YUV85.92120.71158.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.76%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=47.76%
G=25%
B=27.24%

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
Decimal128677300.480.430.50354.131.2838.24
Hex8043490302B321621f26
Octal20010311106053625423746
Binary1000000010000111001001011000010101111001010110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804349; }

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

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

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

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

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

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

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

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