#8A444C

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

Shades of Solid Pink #8A444C

Tints of Solid Pink #8A444C

Color information

#8A444C (or 0x8A444C) is unknown color: approx Solid Pink. HEX triplet: 8A, 44 and 4C. RGB value is (138,68,76). Sum of RGB (Red+Green+Blue) = 138+68+76=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A444C is #75BBB3. Grayscale: #595959. Windows color (decimal): -7715764 or 4998282. OLE color: 4998282.

HSL color Cylindrical-coordinate representation of color #8A444C: hue angle of 353.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A444C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1386876-
CMYK00.510.450.46
HSL353.14º33.98%40.39%-
HSV(B)353.14º50.72%54.12%-
XYZ13.8510.068.05-
YUV89.84120.19162.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=48.94%
G=24.11%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138687600.510.450.46353.1433.9840.39
Hex8A444C0332D2E1612228
Octal21210411406355565414250
Binary10001010100010010011000110011101101101110101100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,68,76); }

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

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

 a { background-color: rgb(138,68,76); }

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

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

 span { border-color: rgb(138,68,76); }

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