Html Css Color HEX #82816E Schist

📋 copy color: '#82816E'

red 130 ◦ green 129 ◦ blue 110

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

Shades of Schist #82816E

Tints of Schist #82816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 35.23%
G = 34.96%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82816E (or 0x82816E) is known color: Schist. HEX triplet: 82, 81 and 6E. RGB value is (130,129,110). Sum of RGB (Red+Green+Blue) = 130+129+110=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #82816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82816E is #7D7E91. Grayscale: #7F7F7F. Windows color (decimal): -8224402 or 7242114. OLE color: 7242114.

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

Color convert

RGB 130 129 110 -
CMYK 0 0.01 0.15 0.49
HSL 57º 0.08% 0.47% -
HSV(B) 57º 0.15% 0.51% -
XYZ 19.87 21.57 17.87 -
YUV 127.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 130 129 110 0 0.01 0.15 0.49 57 0.08 0.47
Hex 82 81 6E 0 1 F 31 39 8 2F
Octal 202 201 156 0 1 17 61 71 10 57
Binary 10000010 10000001 1101110 0 1 1111 110001 111001 1000 101111

Color Harmonies of #82816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82816E

Black with #82816E

Text Example


Text Example

White with #82816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,129,110); }

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

background-color css

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

 a { background-color: rgb(130,129,110); }

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

border-color css

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

 span { border-color: rgb(130,129,110); }

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