Html Css Color HEX #820316 Burgundy

📋 copy color: '#820316'

red 130 ◦ green 3 ◦ blue 22

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

Shades of Burgundy #820316

Tints of Burgundy #820316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

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

R = 83.87%
G = 1.94%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#820316 (or 0x820316) is known color: Burgundy. HEX triplet: 82, 03 and 16. RGB value is (130,3,22). Sum of RGB (Red+Green+Blue) = 130+3+22=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #820316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820316 is #7DFCE9. Grayscale: #2B2B2B. Windows color (decimal): -8256746 or 1442690. OLE color: 1442690.

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

Color convert

RGB 130 3 22 -
CMYK 0 0.98 0.83 0.49
HSL 351.02º 0.95% 0.26% -
HSV(B) 351.02º 0.98% 0.51% -
XYZ 9.38 4.87 1.2 -
YUV 43.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 130 3 22 0 0.98 0.83 0.49 351.02 0.95 0.26
Hex 82 3 16 0 62 53 31 15F 5F 1A
Octal 202 3 26 0 142 123 61 537 137 32
Binary 10000010 11 10110 0 1100010 1010011 110001 101011111 1011111 11010

Color Harmonies of #820316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820316

Black with #820316

Text Example


Text Example

White with #820316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820316; }

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

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

background-color css

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

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

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

border-color css

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

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

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