#814347

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

Shades of Solid Pink #814347

Tints of Solid Pink #814347

Color information

#814347 (or 0x814347) is unknown color: approx Solid Pink. HEX triplet: 81, 43 and 47. RGB value is (129,67,71). Sum of RGB (Red+Green+Blue) = 129+67+71=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #814347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814347 is #7EBCB8. Grayscale: #565656. Windows color (decimal): -8305849 or 4670337. OLE color: 4670337.

HSL color Cylindrical-coordinate representation of color #814347: hue angle of 356.13º 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 #814347 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1296771-
CMYK00.480.450.49
HSL356.13º31.63%38.43%-
HSV(B)356.13º48.06%50.59%-
XYZ12.29.147.08-
YUV85.99119.54158.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=48.31%
G=25.09%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129677100.480.450.49356.1331.6338.43
Hex8143470302D311642026
Octal20110310706055615444046
Binary10000001100001110001110110000101101110001101100100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814347; }

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

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

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

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

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

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

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

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