#814651

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

Shades of Solid Pink #814651

Tints of Solid Pink #814651

Color information

#814651 (or 0x814651) is unknown color: approx Solid Pink. HEX triplet: 81, 46 and 51. RGB value is (129,70,81). Sum of RGB (Red+Green+Blue) = 129+70+81=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #814651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814651 is #7EB9AE. Grayscale: #585858. Windows color (decimal): -8305071 or 5326465. OLE color: 5326465.

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

Color convert

RGB1297081-
CMYK00.460.370.49
HSL348.81º29.65%39.02%-
HSV(B)348.81º45.74%50.59%-
XYZ12.739.648.97-
YUV88.9123.55156.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=46.07%
G=25%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129708100.460.370.49348.8129.6539.02
Hex81465102E253115d1e27
Octal20110612105645615353647
Binary1000000110001101010001010111010010111000110101110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814651; }

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

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

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

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

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

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

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

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