#8A484E

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

Shades of Solid Pink #8A484E

Tints of Solid Pink #8A484E

Color information

#8A484E (or 0x8A484E) is unknown color: approx Solid Pink. HEX triplet: 8A, 48 and 4E. RGB value is (138,72,78). Sum of RGB (Red+Green+Blue) = 138+72+78=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A484E is #75B7B1. Grayscale: #5C5C5C. Windows color (decimal): -7714738 or 5130378. OLE color: 5130378.

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

Color convert

RGB1387278-
CMYK00.480.430.46
HSL354.55º31.43%41.18%-
HSV(B)354.55º47.83%54.12%-
XYZ14.1710.598.5-
YUV92.42119.87160.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.92%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=47.92%
G=25%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138727800.480.430.46354.5531.4341.18
Hex8A484E0302B2E1631f29
Octal21211011606053565433751
Binary1000101010010001001110011000010101110111010110001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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