#814649

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

Shades of Solid Pink #814649

Tints of Solid Pink #814649

Color information

#814649 (or 0x814649) is unknown color: approx Solid Pink. HEX triplet: 81, 46 and 49. RGB value is (129,70,73). Sum of RGB (Red+Green+Blue) = 129+70+73=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #814649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814649 is #7EB9B6. Grayscale: #585858. Windows color (decimal): -8305079 or 4802177. OLE color: 4802177.

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

Color convert

RGB1297073-
CMYK00.460.430.49
HSL356.95º29.65%39.02%-
HSV(B)356.95º45.74%50.59%-
XYZ12.459.537.49-
YUV87.98119.55157.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=47.43%
G=25.74%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129707300.460.430.49356.9529.6539.02
Hex81464902E2B311651e27
Octal20110611105653615453647
Binary1000000110001101001001010111010101111000110110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814649; }

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

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

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

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

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

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

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

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