Html Css Color HEX #92576E Mauve Taupe

📋 copy color: '#92576E'

red 146 ◦ green 87 ◦ blue 110

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

Shades of Mauve Taupe #92576E

Tints of Mauve Taupe #92576E

RGB

 RED value IS 146 (57.42% from 255) = 42.57%

 GREEN value IS 87 (34.38% from 255) = 25.36%

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 42.57%
G = 25.36%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#92576E (or 0x92576E) is known color: Mauve Taupe. HEX triplet: 92, 57 and 6E. RGB value is (146,87,110). Sum of RGB (Red+Green+Blue) = 146+87+110=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #92576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92576E is #6DA891. Grayscale: #6B6B6B. Windows color (decimal): -7186578 or 7231378. OLE color: 7231378.

HSL color Cylindrical-coordinate representation of color #92576E: hue angle of 336.61º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92576E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 87 110 -
CMYK 0 0.40 0.25 0.43
HSL 336.61º 0.25% 0.46% -
HSV(B) 336.61º 0.4% 0.57% -
XYZ 18.08 14.05 16.51 -
YUV 107.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 146 87 110 0 0.40 0.25 0.43 336.61 0.25 0.46
Hex 92 57 6E 0 28 19 2B 151 19 2E
Octal 222 127 156 0 50 31 53 521 31 56
Binary 10010010 1010111 1101110 0 101000 11001 101011 101010001 11001 101110

Color Harmonies of #92576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92576E

Black with #92576E

Text Example


Text Example

White with #92576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92576E; }

 p { color: rgb(146,87,110); }

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

background-color css

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

 a { background-color: rgb(146,87,110); }

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

border-color css

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

 span { border-color: rgb(146,87,110); }

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