#814247

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

Shades of Solid Pink #814247

Tints of Solid Pink #814247

Color information

#814247 (or 0x814247) is unknown color: approx Solid Pink. HEX triplet: 81, 42 and 47. RGB value is (129,66,71). Sum of RGB (Red+Green+Blue) = 129+66+71=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #814247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814247 is #7EBDB8. Grayscale: #555555. Windows color (decimal): -8306105 or 4670081. OLE color: 4670081.

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

Color convert

RGB1296671-
CMYK00.490.450.49
HSL355.24º32.31%38.24%-
HSV(B)355.24º48.84%50.59%-
XYZ12.149.027.06-
YUV85.41119.87159.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=48.50%
G=24.81%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129667100.490.450.49355.2432.3138.24
Hex8142470312D311632026
Octal20110210706155615434046
Binary10000001100001010001110110001101101110001101100011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814247; }

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

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

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

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

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

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

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

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