Html Css Color HEX #945873 Mauve Taupe

📋 copy color: '#945873'

red 148 ◦ green 88 ◦ blue 115

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

Shades of Mauve Taupe #945873

Tints of Mauve Taupe #945873

RGB

 RED value IS 148 (58.2% from 255) = 42.17%

 GREEN value IS 88 (34.77% from 255) = 25.07%

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 42.17%
G = 25.07%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#945873 (or 0x945873) is known color: Mauve Taupe. HEX triplet: 94, 58 and 73. RGB value is (148,88,115). Sum of RGB (Red+Green+Blue) = 148+88+115=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #945873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945873 is #6BA78C. Grayscale: #6C6C6C. Windows color (decimal): -7055245 or 7559316. OLE color: 7559316.

HSL color Cylindrical-coordinate representation of color #945873: hue angle of 333º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945873 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 115 -
CMYK 0 0.41 0.22 0.42
HSL 333º 0.25% 0.46% -
HSV(B) 333º 0.41% 0.58% -
XYZ 18.8 14.51 18.03 -
YUV 109.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 148 88 115 0 0.41 0.22 0.42 333 0.25 0.46
Hex 94 58 73 0 29 16 2A 14D 19 2E
Octal 224 130 163 0 51 26 52 515 31 56
Binary 10010100 1011000 1110011 0 101001 10110 101010 101001101 11001 101110

Color Harmonies of #945873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945873

Black with #945873

Text Example


Text Example

White with #945873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945873; }

 p { color: rgb(148,88,115); }

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

background-color css

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

 a { background-color: rgb(148,88,115); }

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

border-color css

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

 span { border-color: rgb(148,88,115); }

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