Html Css Color HEX #820213 Burgundy

📋 copy color: '#820213'

red 130 ◦ green 2 ◦ blue 19

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

Shades of Burgundy #820213

Tints of Burgundy #820213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 86.09%
G = 1.32%
B = 12.58%

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

#820213 (or 0x820213) is known color: Burgundy. HEX triplet: 82, 02 and 13. RGB value is (130,2,19). Sum of RGB (Red+Green+Blue) = 130+2+19=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #820213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820213 is #7DFDEC. Grayscale: #2A2A2A. Windows color (decimal): -8257005 or 1245826. OLE color: 1245826.

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

Color convert

RGB 130 2 19 -
CMYK 0 0.98 0.85 0.49
HSL 352.03º 0.97% 0.26% -
HSV(B) 352.03º 0.98% 0.51% -
XYZ 9.35 4.84 1.06 -
YUV 42.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 130 2 19 0 0.98 0.85 0.49 352.03 0.97 0.26
Hex 82 2 13 0 62 55 31 160 61 1A
Octal 202 2 23 0 142 125 61 540 141 32
Binary 10000010 10 10011 0 1100010 1010101 110001 101100000 1100001 11010

Color Harmonies of #820213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820213

Black with #820213

Text Example


Text Example

White with #820213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820213; }

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

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

background-color css

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

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

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

border-color css

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

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

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