#814349

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

Shades of Solid Pink #814349

Tints of Solid Pink #814349

Color information

#814349 (or 0x814349) is unknown color: approx Solid Pink. HEX triplet: 81, 43 and 49. RGB value is (129,67,73). Sum of RGB (Red+Green+Blue) = 129+67+73=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #814349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814349 is #7EBCB6. Grayscale: #565656. Windows color (decimal): -8305847 or 4801409. OLE color: 4801409.

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

Color convert

RGB1296773-
CMYK00.480.430.49
HSL354.19º31.63%38.43%-
HSV(B)354.19º48.06%50.59%-
XYZ12.269.167.43-
YUV86.22120.54158.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=47.96%
G=24.91%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129677300.480.430.49354.1931.6338.43
Hex8143490302B311622026
Octal20110311106053615424046
Binary10000001100001110010010110000101011110001101100010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814349; }

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

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

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

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

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

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

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

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