#8D5A58

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

Shades of Rose Taupe #8D5A58

Tints of Rose Taupe #8D5A58

Color information

#8D5A58 (or 0x8D5A58) is unknown color: approx Rose Taupe. HEX triplet: 8D, 5A and 58. RGB value is (141,90,88). Sum of RGB (Red+Green+Blue) = 141+90+88=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A58 is #72A5A7. Grayscale: #696969. Windows color (decimal): -7513512 or 5790349. OLE color: 5790349.

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

Color convert

RGB1419088-
CMYK00.360.380.45
HSL2.26º23.14%44.9%-
HSV(B)2.26º37.59%55.29%-
XYZ16.413.6811.01-
YUV105.02118.4153.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=44.20%
G=28.21%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141908800.360.380.452.2623.1444.9
Hex8D5A58024262D2172d
Octal215132130044465522755
Binary100011011011010101100001001001001101011011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,88); }

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

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

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

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

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

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

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