#8A4651

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

Shades of Solid Pink #8A4651

Tints of Solid Pink #8A4651

Color information

#8A4651 (or 0x8A4651) is unknown color: approx Solid Pink. HEX triplet: 8A, 46 and 51. RGB value is (138,70,81). Sum of RGB (Red+Green+Blue) = 138+70+81=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4651 is #75B9AE. Grayscale: #5B5B5B. Windows color (decimal): -7715247 or 5326474. OLE color: 5326474.

HSL color Cylindrical-coordinate representation of color #8A4651: hue angle of 350.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A4651 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1387081-
CMYK00.490.410.46
HSL350.29º32.69%40.78%-
HSV(B)350.29º49.28%54.12%-
XYZ14.1610.389.04-
YUV91.59122.03161.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.75%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=47.75%
G=24.22%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138708100.490.410.46350.2932.6940.78
Hex8A4651031292E15e2129
Octal21210612106151565364151
Binary10001010100011010100010110001101001101110101011110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A4651; }

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

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

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

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

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

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

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

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