Html Css Color HEX #820A2D Burgundy

📋 copy color: '#820A2D'

red 130 ◦ green 10 ◦ blue 45

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

Shades of Burgundy #820A2D

Tints of Burgundy #820A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 70.27%
G = 5.41%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#820A2D (or 0x820A2D) is known color: Burgundy. HEX triplet: 82, 0A and 2D. RGB value is (130,10,45). Sum of RGB (Red+Green+Blue) = 130+10+45=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #820A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820A2D is #7DF5D2. Grayscale: #313131. Windows color (decimal): -8254931 or 2951810. OLE color: 2951810.

HSL color Cylindrical-coordinate representation of color #820A2D: hue angle of 342.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 #820A2D is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 10 45 -
CMYK 0 0.92 0.65 0.49
HSL 342.5º 0.86% 0.27% -
HSV(B) 342.5º 0.92% 0.51% -
XYZ 9.79 5.15 2.96 -
YUV 49.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 130 10 45 0 0.92 0.65 0.49 342.5 0.86 0.27
Hex 82 A 2D 0 5C 41 31 156 56 1B
Octal 202 12 55 0 134 101 61 526 126 33
Binary 10000010 1010 101101 0 1011100 1000001 110001 101010110 1010110 11011

Color Harmonies of #820A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A2D

Black with #820A2D

Text Example


Text Example

White with #820A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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