Html Css Color HEX #820A2B Burgundy

📋 copy color: '#820A2B'

red 130 ◦ green 10 ◦ blue 43

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

Shades of Burgundy #820A2B

Tints of Burgundy #820A2B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.46%

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 71.04%
G = 5.46%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#820A2B (or 0x820A2B) is known color: Burgundy. HEX triplet: 82, 0A and 2B. RGB value is (130,10,43). Sum of RGB (Red+Green+Blue) = 130+10+43=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #820A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820A2B is #7DF5D4. Grayscale: #313131. Windows color (decimal): -8254933 or 2820738. OLE color: 2820738.

HSL color Cylindrical-coordinate representation of color #820A2B: hue angle of 343.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A2B is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 10 43 -
CMYK 0 0.92 0.67 0.49
HSL 343.5º 0.86% 0.27% -
HSV(B) 343.5º 0.92% 0.51% -
XYZ 9.75 5.14 2.76 -
YUV 49.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 130 10 43 0 0.92 0.67 0.49 343.5 0.86 0.27
Hex 82 A 2B 0 5C 43 31 158 56 1B
Octal 202 12 53 0 134 103 61 530 126 33
Binary 10000010 1010 101011 0 1011100 1000011 110001 101011000 1010110 11011

Color Harmonies of #820A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A2B

Black with #820A2B

Text Example


Text Example

White with #820A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,10,43); }

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

background-color css

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

 a { background-color: rgb(130,10,43); }

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

border-color css

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

 span { border-color: rgb(130,10,43); }

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