Html Css Color HEX #945A73 Mauve Taupe

📋 copy color: '#945A73'

red 148 ◦ green 90 ◦ blue 115

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

Shades of Mauve Taupe #945A73

Tints of Mauve Taupe #945A73

RGB

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

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

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

R = 41.93%
G = 25.5%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#945A73 (or 0x945A73) is known color: Mauve Taupe. HEX triplet: 94, 5A and 73. RGB value is (148,90,115). Sum of RGB (Red+Green+Blue) = 148+90+115=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #945A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A73 is #6BA58C. Grayscale: #6E6E6E. Windows color (decimal): -7054733 or 7559828. OLE color: 7559828.

HSL color Cylindrical-coordinate representation of color #945A73: hue angle of 334.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945A73 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 90 115 -
CMYK 0 0.39 0.22 0.42
HSL 334.14º 0.24% 0.47% -
HSV(B) 334.14º 0.39% 0.58% -
XYZ 18.96 14.85 18.09 -
YUV 110.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 148 90 115 0 0.39 0.22 0.42 334.14 0.24 0.47
Hex 94 5A 73 0 27 16 2A 14E 18 2F
Octal 224 132 163 0 47 26 52 516 30 57
Binary 10010100 1011010 1110011 0 100111 10110 101010 101001110 11000 101111

Color Harmonies of #945A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A73

Black with #945A73

Text Example


Text Example

White with #945A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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