Html Css Color HEX #820114 Burgundy

📋 copy color: '#820114'

red 130 ◦ green 1 ◦ blue 20

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

Shades of Burgundy #820114

Tints of Burgundy #820114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 86.09%
G = 0.66%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#820114 (or 0x820114) is known color: Burgundy. HEX triplet: 82, 01 and 14. RGB value is (130,1,20). Sum of RGB (Red+Green+Blue) = 130+1+20=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #820114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820114 is #7DFEEB. Grayscale: #292929. Windows color (decimal): -8257260 or 1311106. OLE color: 1311106.

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

Color convert

RGB 130 1 20 -
CMYK 0 0.99 0.85 0.49
HSL 351.16º 0.98% 0.26% -
HSV(B) 351.16º 0.99% 0.51% -
XYZ 9.34 4.82 1.1 -
YUV 41.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 130 1 20 0 0.99 0.85 0.49 351.16 0.98 0.26
Hex 82 1 14 0 63 55 31 15F 62 1A
Octal 202 1 24 0 143 125 61 537 142 32
Binary 10000010 1 10100 0 1100011 1010101 110001 101011111 1100010 11010

Color Harmonies of #820114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820114

Black with #820114

Text Example


Text Example

White with #820114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820114; }

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

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

background-color css

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

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

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

border-color css

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

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

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