Html Css Color HEX #965373 Mauve Taupe

📋 copy color: '#965373'

red 150 ◦ green 83 ◦ blue 115

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

Shades of Mauve Taupe #965373

Tints of Mauve Taupe #965373

RGB

 RED value IS 150 (58.98% from 255) = 43.1%

 GREEN value IS 83 (32.81% from 255) = 23.85%

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

R = 43.1%
G = 23.85%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#965373 (or 0x965373) is known color: Mauve Taupe. HEX triplet: 96, 53 and 73. RGB value is (150,83,115). Sum of RGB (Red+Green+Blue) = 150+83+115=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #965373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965373 is #69AC8C. Grayscale: #6A6A6A. Windows color (decimal): -6925453 or 7558038. OLE color: 7558038.

HSL color Cylindrical-coordinate representation of color #965373: hue angle of 331.34º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965373 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 115 -
CMYK 0 0.45 0.23 0.41
HSL 331.34º 0.29% 0.46% -
HSV(B) 331.34º 0.45% 0.59% -
XYZ 18.77 13.91 17.92 -
YUV 106.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 150 83 115 0 0.45 0.23 0.41 331.34 0.29 0.46
Hex 96 53 73 0 2D 17 29 14B 1D 2E
Octal 226 123 163 0 55 27 51 513 35 56
Binary 10010110 1010011 1110011 0 101101 10111 101001 101001011 11101 101110

Color Harmonies of #965373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965373

Black with #965373

Text Example


Text Example

White with #965373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965373; }

 p { color: rgb(150,83,115); }

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

background-color css

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

 a { background-color: rgb(150,83,115); }

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

border-color css

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

 span { border-color: rgb(150,83,115); }

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