#8B5A70

Color #8B5A70 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8B5A70

Tints of Mauve Taupe #8B5A70

Color information

#8B5A70 (or 0x8B5A70) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5A and 70. RGB value is (139,90,112). Sum of RGB (Red+Green+Blue) = 139+90+112=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A70 is #74A58F. Grayscale: #6B6B6B. Windows color (decimal): -7644560 or 7363211. OLE color: 7363211.

HSL color Cylindrical-coordinate representation of color #8B5A70: hue angle of 333.06º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A70 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB13990112-
CMYK00.350.190.45
HSL333.06º21.4%44.9%-
HSV(B)333.06º35.25%54.51%-
XYZ17.2313.9717.12-
YUV107.16130.73150.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=40.76%
G=26.39%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399011200.350.190.45333.0621.444.9
Hex8B5A70023132D14d152d
Octal21313216004323555152555
Binary100010111011010111000001000111001110110110100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,90,112); }

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

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

 a { background-color: rgb(139,90,112); }

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

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

 span { border-color: rgb(139,90,112); }

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