Html Css Color HEX #820E21 Burgundy

📋 copy color: '#820E21'

red 130 ◦ green 14 ◦ blue 33

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

Shades of Burgundy #820E21

Tints of Burgundy #820E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.91%

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 73.45%
G = 7.91%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#820E21 (or 0x820E21) is known color: Burgundy. HEX triplet: 82, 0E and 21. RGB value is (130,14,33). Sum of RGB (Red+Green+Blue) = 130+14+33=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #820E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E21 is #7DF1DE. Grayscale: #323232. Windows color (decimal): -8253919 or 2166402. OLE color: 2166402.

HSL color Cylindrical-coordinate representation of color #820E21: hue angle of 350.17º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820E21 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 14 33 -
CMYK 0 0.89 0.75 0.49
HSL 350.17º 0.81% 0.28% -
HSV(B) 350.17º 0.89% 0.51% -
XYZ 9.64 5.17 1.93 -
YUV 50.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 130 14 33 0 0.89 0.75 0.49 350.17 0.81 0.28
Hex 82 E 21 0 59 4B 31 15E 51 1C
Octal 202 16 41 0 131 113 61 536 121 34
Binary 10000010 1110 100001 0 1011001 1001011 110001 101011110 1010001 11100

Color Harmonies of #820E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E21

Black with #820E21

Text Example


Text Example

White with #820E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820E21; }

 p { color: rgb(130,14,33); }

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

background-color css

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

 a { background-color: rgb(130,14,33); }

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

border-color css

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

 span { border-color: rgb(130,14,33); }

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