#8A4146

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

Shades of Solid Pink #8A4146

Tints of Solid Pink #8A4146

Color information

#8A4146 (or 0x8A4146) is unknown color: approx Solid Pink. HEX triplet: 8A, 41 and 46. RGB value is (138,65,70). Sum of RGB (Red+Green+Blue) = 138+65+70=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4146 is #75BEB9. Grayscale: #575757. Windows color (decimal): -7716538 or 4604298. OLE color: 4604298.

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

Color convert

RGB1386570-
CMYK00.530.490.46
HSL355.89º35.96%39.8%-
HSV(B)355.89º52.9%54.12%-
XYZ13.489.636.94-
YUV87.4118.18164.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=50.55%
G=23.81%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138657000.530.490.46355.8935.9639.8
Hex8A4146035312E1642428
Octal21210110606561565444450
Binary10001010100000110001100110101110001101110101100100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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