Html Css Color HEX #837071 Empress

📋 copy color: '#837071'

red 131 ◦ green 112 ◦ blue 113

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

Shades of Empress #837071

Tints of Empress #837071

RGB

 RED value IS 131 (51.56% from 255) = 36.8%

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 36.8%
G = 31.46%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#837071 (or 0x837071) is known color: Empress. HEX triplet: 83, 70 and 71. RGB value is (131,112,113). Sum of RGB (Red+Green+Blue) = 131+112+113=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 131 - color contains mainly: red. Hex color #837071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837071 is #7C8F8E. Grayscale: #757575. Windows color (decimal): -8163215 or 7434371. OLE color: 7434371.

HSL color Cylindrical-coordinate representation of color #837071: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837071 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 113 -
CMYK 0 0.15 0.14 0.49
HSL 356.84º 0.08% 0.48% -
HSV(B) 356.84º 0.15% 0.51% -
XYZ 18.13 17.61 18.07 -
YUV 117.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 131 112 113 0 0.15 0.14 0.49 356.84 0.08 0.48
Hex 83 70 71 0 F E 31 165 8 30
Octal 203 160 161 0 17 16 61 545 10 60
Binary 10000011 1110000 1110001 0 1111 1110 110001 101100101 1000 110000

Color Harmonies of #837071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837071

Black with #837071

Text Example


Text Example

White with #837071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837071; }

 p { color: rgb(131,112,113); }

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

background-color css

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

 a { background-color: rgb(131,112,113); }

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

border-color css

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

 span { border-color: rgb(131,112,113); }

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