Html Css Color HEX #826970 Empress

📋 copy color: '#826970'

red 130 ◦ green 105 ◦ blue 112

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

Shades of Empress #826970

Tints of Empress #826970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

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

R = 37.46%
G = 30.26%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#826970 (or 0x826970) is known color: Empress. HEX triplet: 82, 69 and 70. RGB value is (130,105,112). Sum of RGB (Red+Green+Blue) = 130+105+112=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826970 is #7D968F. Grayscale: #717171. Windows color (decimal): -8230544 or 7367042. OLE color: 7367042.

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

Color convert

RGB 130 105 112 -
CMYK 0 0.19 0.14 0.49
HSL 343.2º 0.11% 0.46% -
HSV(B) 343.2º 0.19% 0.51% -
XYZ 17.18 16.02 17.52 -
YUV 113.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 130 105 112 0 0.19 0.14 0.49 343.2 0.11 0.46
Hex 82 69 70 0 13 E 31 157 B 2E
Octal 202 151 160 0 23 16 61 527 13 56
Binary 10000010 1101001 1110000 0 10011 1110 110001 101010111 1011 101110

Color Harmonies of #826970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826970

Black with #826970

Text Example


Text Example

White with #826970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826970; }

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

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

background-color css

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

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

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

border-color css

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

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

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