#8A575B

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

Shades of Solid Pink #8A575B

Tints of Solid Pink #8A575B

Color information

#8A575B (or 0x8A575B) is unknown color: approx Solid Pink. HEX triplet: 8A, 57 and 5B. RGB value is (138,87,91). Sum of RGB (Red+Green+Blue) = 138+87+91=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A575B is #75A8A4. Grayscale: #666666. Windows color (decimal): -7710885 or 5986186. OLE color: 5986186.

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

Color convert

RGB1388791-
CMYK00.370.340.46
HSL355.29º22.67%44.12%-
HSV(B)355.29º36.96%54.12%-
XYZ15.7812.9711.57-
YUV102.7121.4153.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=43.67%
G=27.53%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138879100.370.340.46355.2922.6744.12
Hex8A575B025222E163172c
Octal21212713304542565432754
Binary1000101010101111011011010010110001010111010110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,87,91); }

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

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

 a { background-color: rgb(138,87,91); }

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

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

 span { border-color: rgb(138,87,91); }

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