Html Css Color HEX #8D5C58 Rose Taupe

📋 copy color: '#8D5C58'

red 141 ◦ green 92 ◦ blue 88

#8D5C58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Taupe #8D5C58

Tints of Rose Taupe #8D5C58

RGB

 RED value IS 141 (55.47% from 255) = 43.93%

 GREEN value IS 92 (36.33% from 255) = 28.66%

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 43.93%
G = 28.66%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8D5C58 (or 0x8D5C58) is known color: Rose Taupe. HEX triplet: 8D, 5C and 58. RGB value is (141,92,88). Sum of RGB (Red+Green+Blue) = 141+92+88=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C58 is #72A3A7. Grayscale: #6A6A6A. Windows color (decimal): -7513000 or 5790861. OLE color: 5790861.

HSL color Cylindrical-coordinate representation of color #8D5C58: hue angle of 4.53º 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 #8D5C58 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 92 88 -
CMYK 0 0.35 0.38 0.45
HSL 4.53º 0.23% 0.45% -
HSV(B) 4.53º 0.38% 0.55% -
XYZ 16.57 14.02 11.07 -
YUV 106.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 141 92 88 0 0.35 0.38 0.45 4.53 0.23 0.45
Hex 8D 5C 58 0 23 26 2D 5 17 2D
Octal 215 134 130 0 43 46 55 5 27 55
Binary 10001101 1011100 1011000 0 100011 100110 101101 101 10111 101101

Color Harmonies of #8D5C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5C58

Black with #8D5C58

Text Example


Text Example

White with #8D5C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D5C58;
 }
 .AnyTagClassName
 {
   color: #8D5C58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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