Html Css Color HEX #820D2D Burgundy

📋 copy color: '#820D2D'

red 130 ◦ green 13 ◦ blue 45

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

Shades of Burgundy #820D2D

Tints of Burgundy #820D2D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.91%

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

R = 69.15%
G = 6.91%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#820D2D (or 0x820D2D) is known color: Burgundy. HEX triplet: 82, 0D and 2D. RGB value is (130,13,45). Sum of RGB (Red+Green+Blue) = 130+13+45=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #820D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D2D is #7DF2D2. Grayscale: #333333. Windows color (decimal): -8254163 or 2952578. OLE color: 2952578.

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

Color convert

RGB 130 13 45 -
CMYK 0 0.9 0.65 0.49
HSL 343.59º 0.82% 0.28% -
HSV(B) 343.59º 0.9% 0.51% -
XYZ 9.82 5.22 2.97 -
YUV 51.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 130 13 45 0 0.9 0.65 0.49 343.59 0.82 0.28
Hex 82 D 2D 0 5A 41 31 158 52 1C
Octal 202 15 55 0 132 101 61 530 122 34
Binary 10000010 1101 101101 0 1011010 1000001 110001 101011000 1010010 11100

Color Harmonies of #820D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D2D

Black with #820D2D

Text Example


Text Example

White with #820D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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