Html Css Color HEX #855A70 Mauve Taupe

📋 copy color: '#855A70'

red 133 ◦ green 90 ◦ blue 112

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

Shades of Mauve Taupe #855A70

Tints of Mauve Taupe #855A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

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

R = 39.7%
G = 26.87%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#855A70 (or 0x855A70) is known color: Mauve Taupe. HEX triplet: 85, 5A and 70. RGB value is (133,90,112). Sum of RGB (Red+Green+Blue) = 133+90+112=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A70 is #7AA58F. Grayscale: #696969. Windows color (decimal): -8037776 or 7363205. OLE color: 7363205.

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

Color convert

RGB 133 90 112 -
CMYK 0 0.32 0.16 0.48
HSL 329.3º 0.19% 0.44% -
HSV(B) 329.3º 0.32% 0.52% -
XYZ 16.25 13.47 17.07 -
YUV 105.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 133 90 112 0 0.32 0.16 0.48 329.3 0.19 0.44
Hex 85 5A 70 0 20 10 30 149 13 2C
Octal 205 132 160 0 40 20 60 511 23 54
Binary 10000101 1011010 1110000 0 100000 10000 110000 101001001 10011 101100

Color Harmonies of #855A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A70

Black with #855A70

Text Example


Text Example

White with #855A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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