Html Css Color HEX #820116 Burgundy

📋 copy color: '#820116'

red 130 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #820116

Tints of Burgundy #820116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 84.97%
G = 0.65%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#820116 (or 0x820116) is known color: Burgundy. HEX triplet: 82, 01 and 16. RGB value is (130,1,22). Sum of RGB (Red+Green+Blue) = 130+1+22=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #820116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820116 is #7DFEE9. Grayscale: #2A2A2A. Windows color (decimal): -8257258 or 1442178. OLE color: 1442178.

HSL color Cylindrical-coordinate representation of color #820116: hue angle of 350.23º 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 #820116 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 1 22 -
CMYK 0 0.99 0.83 0.49
HSL 350.23º 0.98% 0.26% -
HSV(B) 350.23º 0.99% 0.51% -
XYZ 9.36 4.83 1.2 -
YUV 41.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 130 1 22 0 0.99 0.83 0.49 350.23 0.98 0.26
Hex 82 1 16 0 63 53 31 15E 62 1A
Octal 202 1 26 0 143 123 61 536 142 32
Binary 10000010 1 10110 0 1100011 1010011 110001 101011110 1100010 11010

Color Harmonies of #820116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820116

Black with #820116

Text Example


Text Example

White with #820116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820116; }

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

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

background-color css

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

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

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

border-color css

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

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

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