Html Css Color HEX #915873 Mauve Taupe

📋 copy color: '#915873'

red 145 ◦ green 88 ◦ blue 115

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

Shades of Mauve Taupe #915873

Tints of Mauve Taupe #915873

RGB

 RED value IS 145 (57.03% from 255) = 41.67%

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

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

R = 41.67%
G = 25.29%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#915873 (or 0x915873) is known color: Mauve Taupe. HEX triplet: 91, 58 and 73. RGB value is (145,88,115). Sum of RGB (Red+Green+Blue) = 145+88+115=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #915873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915873 is #6EA78C. Grayscale: #6C6C6C. Windows color (decimal): -7251853 or 7559313. OLE color: 7559313.

HSL color Cylindrical-coordinate representation of color #915873: hue angle of 331.58º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915873 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 88 115 -
CMYK 0 0.39 0.21 0.43
HSL 331.58º 0.24% 0.46% -
HSV(B) 331.58º 0.39% 0.57% -
XYZ 18.26 14.24 18.01 -
YUV 108.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 145 88 115 0 0.39 0.21 0.43 331.58 0.24 0.46
Hex 91 58 73 0 27 15 2B 14C 18 2E
Octal 221 130 163 0 47 25 53 514 30 56
Binary 10010001 1011000 1110011 0 100111 10101 101011 101001100 11000 101110

Color Harmonies of #915873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915873

Black with #915873

Text Example


Text Example

White with #915873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915873; }

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

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

background-color css

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

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

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

border-color css

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

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

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