Html Css Color HEX #855D70 Mauve Taupe

📋 copy color: '#855D70'

red 133 ◦ green 93 ◦ blue 112

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

Shades of Mauve Taupe #855D70

Tints of Mauve Taupe #855D70

RGB

 RED value IS 133 (52.34% from 255) = 39.35%

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

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 39.35%
G = 27.51%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#855D70 (or 0x855D70) is known color: Mauve Taupe. HEX triplet: 85, 5D and 70. RGB value is (133,93,112). Sum of RGB (Red+Green+Blue) = 133+93+112=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #855D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D70 is #7AA28F. Grayscale: #6B6B6B. Windows color (decimal): -8037008 or 7363973. OLE color: 7363973.

HSL color Cylindrical-coordinate representation of color #855D70: hue angle of 331.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D70 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 112 -
CMYK 0 0.30 0.16 0.48
HSL 331.5º 0.18% 0.44% -
HSV(B) 331.5º 0.3% 0.52% -
XYZ 16.51 13.99 17.16 -
YUV 107.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 133 93 112 0 0.30 0.16 0.48 331.5 0.18 0.44
Hex 85 5D 70 0 1E 10 30 14C 12 2C
Octal 205 135 160 0 36 20 60 514 22 54
Binary 10000101 1011101 1110000 0 11110 10000 110000 101001100 10010 101100

Color Harmonies of #855D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D70

Black with #855D70

Text Example


Text Example

White with #855D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D70; }

 p { color: rgb(133,93,112); }

 H1.HeaderClassName
 {
   color: #855D70;
 }
 .AnyTagClassName
 {
   color: #855D70;
 }
</style>

background-color css

<style>
 a { background-color: #855D70; }

 a { background-color: rgb(133,93,112); }

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

border-color css

<style>
 span { border-color: #855D70; }

 span { border-color: rgb(133,93,112); }

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