Html Css Color HEX #826870 Empress

📋 copy color: '#826870'

red 130 ◦ green 104 ◦ blue 112

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

Shades of Empress #826870

Tints of Empress #826870

RGB

 RED value IS 130 (51.17% from 255) = 37.57%

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 37.57%
G = 30.06%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#826870 (or 0x826870) is known color: Empress. HEX triplet: 82, 68 and 70. RGB value is (130,104,112). Sum of RGB (Red+Green+Blue) = 130+104+112=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #826870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826870 is #7D978F. Grayscale: #707070. Windows color (decimal): -8230800 or 7366786. OLE color: 7366786.

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

Color convert

RGB 130 104 112 -
CMYK 0 0.2 0.14 0.49
HSL 341.54º 0.11% 0.46% -
HSV(B) 341.54º 0.2% 0.51% -
XYZ 17.08 15.82 17.48 -
YUV 112.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 130 104 112 0 0.2 0.14 0.49 341.54 0.11 0.46
Hex 82 68 70 0 14 E 31 156 B 2E
Octal 202 150 160 0 24 16 61 526 13 56
Binary 10000010 1101000 1110000 0 10100 1110 110001 101010110 1011 101110

Color Harmonies of #826870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826870

Black with #826870

Text Example


Text Example

White with #826870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826870; }

 p { color: rgb(130,104,112); }

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

background-color css

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

 a { background-color: rgb(130,104,112); }

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

border-color css

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

 span { border-color: rgb(130,104,112); }

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