Html Css Color HEX #82817F Concord

📋 copy color: '#82817F'

red 130 ◦ green 129 ◦ blue 127

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

Shades of Concord #82817F

Tints of Concord #82817F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 33.68%
G = 33.42%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82817F (or 0x82817F) is known color: Concord. HEX triplet: 82, 81 and 7F. RGB value is (130,129,127). Sum of RGB (Red+Green+Blue) = 130+129+127=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 130 - color contains mainly: red. Hex color #82817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82817F is #7D7E80. Grayscale: #818181. Windows color (decimal): -8224385 or 8356226. OLE color: 8356226.

HSL color Cylindrical-coordinate representation of color #82817F: hue angle of 40º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #82817F is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 129 127 -
CMYK 0 0.01 0.02 0.49
HSL 40º 0.01% 0.5% -
HSV(B) 40º 0.02% 0.51% -
XYZ 20.89 21.98 23.22 -
YUV 129.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 130 129 127 0 0.01 0.02 0.49 40 0.01 0.5
Hex 82 81 7F 0 1 2 31 28 1 32
Octal 202 201 177 0 1 2 61 50 1 62
Binary 10000010 10000001 1111111 0 1 10 110001 101000 1 110010

Color Harmonies of #82817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82817F

Black with #82817F

Text Example


Text Example

White with #82817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82817F; }

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

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

background-color css

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

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

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

border-color css

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

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

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