Html Css Color HEX #820214 Burgundy

📋 copy color: '#820214'

red 130 ◦ green 2 ◦ blue 20

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

Shades of Burgundy #820214

Tints of Burgundy #820214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 85.53%
G = 1.32%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#820214 (or 0x820214) is known color: Burgundy. HEX triplet: 82, 02 and 14. RGB value is (130,2,20). Sum of RGB (Red+Green+Blue) = 130+2+20=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #820214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820214 is #7DFDEB. Grayscale: #2A2A2A. Windows color (decimal): -8257004 or 1311362. OLE color: 1311362.

HSL color Cylindrical-coordinate representation of color #820214: hue angle of 351.56º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820214 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 2 20 -
CMYK 0 0.98 0.85 0.49
HSL 351.56º 0.97% 0.26% -
HSV(B) 351.56º 0.98% 0.51% -
XYZ 9.35 4.84 1.1 -
YUV 42.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 130 2 20 0 0.98 0.85 0.49 351.56 0.97 0.26
Hex 82 2 14 0 62 55 31 160 61 1A
Octal 202 2 24 0 142 125 61 540 141 32
Binary 10000010 10 10100 0 1100010 1010101 110001 101100000 1100001 11010

Color Harmonies of #820214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820214

Black with #820214

Text Example


Text Example

White with #820214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820214; }

 p { color: rgb(130,2,20); }

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

background-color css

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

 a { background-color: rgb(130,2,20); }

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

border-color css

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

 span { border-color: rgb(130,2,20); }

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