#8A4851

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

Shades of Solid Pink #8A4851

Tints of Solid Pink #8A4851

Color information

#8A4851 (or 0x8A4851) is unknown color: approx Solid Pink. HEX triplet: 8A, 48 and 51. RGB value is (138,72,81). Sum of RGB (Red+Green+Blue) = 138+72+81=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4851 is #75B7AE. Grayscale: #5C5C5C. Windows color (decimal): -7714735 or 5326986. OLE color: 5326986.

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

Color convert

RGB1387281-
CMYK00.480.410.46
HSL351.82º31.43%41.18%-
HSV(B)351.82º47.83%54.12%-
XYZ14.2810.639.08-
YUV92.76121.37160.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.42%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=47.42%
G=24.74%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138728100.480.410.46351.8231.4341.18
Hex8A4851030292E1601f29
Octal21211012106051565403751
Binary1000101010010001010001011000010100110111010110000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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