#8A4B4F

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

Shades of Solid Pink #8A4B4F

Tints of Solid Pink #8A4B4F

Color information

#8A4B4F (or 0x8A4B4F) is unknown color: approx Solid Pink. HEX triplet: 8A, 4B and 4F. RGB value is (138,75,79). Sum of RGB (Red+Green+Blue) = 138+75+79=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4B4F is #75B4B0. Grayscale: #5E5E5E. Windows color (decimal): -7713969 or 5196682. OLE color: 5196682.

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

Color convert

RGB1387579-
CMYK00.460.430.46
HSL356.19º29.58%41.76%-
HSV(B)356.19º45.65%54.12%-
XYZ14.41118.76-
YUV94.29119.37159.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.26%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=47.26%
G=25.68%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138757900.460.430.46356.1929.5841.76
Hex8A4B4F02E2B2E1641e2a
Octal21211311705653565443652
Binary1000101010010111001111010111010101110111010110010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,75,79); }

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

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

 a { background-color: rgb(138,75,79); }

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

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

 span { border-color: rgb(138,75,79); }

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