Html Css Color HEX #8F5D5C Rose Taupe

📋 copy color: '#8F5D5C'

red 143 ◦ green 93 ◦ blue 92

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

Shades of Rose Taupe #8F5D5C

Tints of Rose Taupe #8F5D5C

RGB

 RED value IS 143 (56.25% from 255) = 43.6%

 GREEN value IS 93 (36.72% from 255) = 28.35%

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 43.6%
G = 28.35%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F5D5C (or 0x8F5D5C) is known color: Rose Taupe. HEX triplet: 8F, 5D and 5C. RGB value is (143,93,92). Sum of RGB (Red+Green+Blue) = 143+93+92=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5D5C is #70A2A3. Grayscale: #6B6B6B. Windows color (decimal): -7381668 or 6053263. OLE color: 6053263.

HSL color Cylindrical-coordinate representation of color #8F5D5C: hue angle of 1.18º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F5D5C is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 93 92 -
CMYK 0 0.35 0.36 0.44
HSL 1.18º 0.22% 0.46% -
HSV(B) 1.18º 0.36% 0.56% -
XYZ 17.17 14.44 12.01 -
YUV 107.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 143 93 92 0 0.35 0.36 0.44 1.18 0.22 0.46
Hex 8F 5D 5C 0 23 24 2C 1 16 2E
Octal 217 135 134 0 43 44 54 1 26 56
Binary 10001111 1011101 1011100 0 100011 100100 101100 1 10110 101110

Color Harmonies of #8F5D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5D5C

Black with #8F5D5C

Text Example


Text Example

White with #8F5D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,93,92); }

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

background-color css

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

 a { background-color: rgb(143,93,92); }

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

border-color css

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

 span { border-color: rgb(143,93,92); }

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