#8B5858

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

Shades of Rose Taupe #8B5858

Tints of Rose Taupe #8B5858

Color information

#8B5858 (or 0x8B5858) is unknown color: approx Rose Taupe. HEX triplet: 8B, 58 and 58. RGB value is (139,88,88). Sum of RGB (Red+Green+Blue) = 139+88+88=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5858 is #74A7A7. Grayscale: #676767. Windows color (decimal): -7645096 or 5789835. OLE color: 5789835.

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

Color convert

RGB1398888-
CMYK00.370.370.45
HSL22.47%44.51%-
HSV(B)36.69%54.51%-
XYZ15.913.1710.94-
YUV103.25119.4153.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=44.13%
G=27.94%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139888800.370.370.45022.4744.51
Hex8B5858025252D0162d
Octal213130130045455502655
Binary10001011101100010110000100101100101101101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,88); }

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

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

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

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

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

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

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