#814F58

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

Shades of Solid Pink #814F58

Tints of Solid Pink #814F58

Color information

#814F58 (or 0x814F58) is unknown color: approx Solid Pink. HEX triplet: 81, 4F and 58. RGB value is (129,79,88). Sum of RGB (Red+Green+Blue) = 129+79+88=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #814F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814F58 is #7EB0A7. Grayscale: #5E5E5E. Windows color (decimal): -8302760 or 5787521. OLE color: 5787521.

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

Color convert

RGB1297988-
CMYK00.390.320.49
HSL349.2º24.04%40.78%-
HSV(B)349.2º38.76%50.59%-
XYZ13.6110.9610.63-
YUV94.98124.06152.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 79 (31.25% from 255) = 26.69%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=43.58%
G=26.69%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129798800.390.320.49349.224.0440.78
Hex814F58027203115d1829
Octal20111713004740615353051
Binary1000000110011111011000010011110000011000110101110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814F58; }

 p { color: rgb(129,79,88); }

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

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

 a { background-color: rgb(129,79,88); }

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

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

 span { border-color: rgb(129,79,88); }

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