#81474D

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

Shades of Solid Pink #81474D

Tints of Solid Pink #81474D

Color information

#81474D (or 0x81474D) is unknown color: approx Solid Pink. HEX triplet: 81, 47 and 4D. RGB value is (129,71,77). Sum of RGB (Red+Green+Blue) = 129+71+77=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81474D is #7EB8B2. Grayscale: #595959. Windows color (decimal): -8304819 or 5064577. OLE color: 5064577.

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

Color convert

RGB1297177-
CMYK00.450.400.49
HSL353.79º29%39.22%-
HSV(B)353.79º44.96%50.59%-
XYZ12.659.718.23-
YUV89.03121.22156.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=46.57%
G=25.63%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129717700.450.400.49353.792939.22
Hex81474D02D28311621d27
Octal20110711505550615423547
Binary1000000110001111001101010110110100011000110110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81474D; }

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

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

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

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

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

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

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

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