#8A4748

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

Shades of Solid Pink #8A4748

Tints of Solid Pink #8A4748

Color information

#8A4748 (or 0x8A4748) is unknown color: approx Solid Pink. HEX triplet: 8A, 47 and 48. RGB value is (138,71,72). Sum of RGB (Red+Green+Blue) = 138+71+72=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4748 is #75B8B7. Grayscale: #5B5B5B. Windows color (decimal): -7715000 or 4736906. OLE color: 4736906.

HSL color Cylindrical-coordinate representation of color #8A4748: hue angle of 359.1º degrees, saturation: 0.32, 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 #8A4748 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB1387172-
CMYK00.490.480.46
HSL359.1º32.06%40.98%-
HSV(B)359.1º48.55%54.12%-
XYZ13.910.387.4-
YUV91.15117.2161.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.11%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=49.11%
G=25.27%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138717200.490.480.46359.132.0640.98
Hex8A4748031302E1672029
Octal21210711006160565474051
Binary10001010100011110010000110001110000101110101100111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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