Html Css Color HEX #820C2D Burgundy

📋 copy color: '#820C2D'

red 130 ◦ green 12 ◦ blue 45

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

Shades of Burgundy #820C2D

Tints of Burgundy #820C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

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

R = 69.52%
G = 6.42%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#820C2D (or 0x820C2D) is known color: Burgundy. HEX triplet: 82, 0C and 2D. RGB value is (130,12,45). Sum of RGB (Red+Green+Blue) = 130+12+45=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #820C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820C2D is #7DF3D2. Grayscale: #333333. Windows color (decimal): -8254419 or 2952322. OLE color: 2952322.

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

Color convert

RGB 130 12 45 -
CMYK 0 0.91 0.65 0.49
HSL 343.22º 0.83% 0.28% -
HSV(B) 343.22º 0.91% 0.51% -
XYZ 9.81 5.2 2.97 -
YUV 51.04 124.59 184.32 -
System Red Green Blue C M Y K H S L
Decimal 130 12 45 0 0.91 0.65 0.49 343.22 0.83 0.28
Hex 82 C 2D 0 5B 41 31 157 53 1C
Octal 202 14 55 0 133 101 61 527 123 34
Binary 10000010 1100 101101 0 1011011 1000001 110001 101010111 1010011 11100

Color Harmonies of #820C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C2D

Black with #820C2D

Text Example


Text Example

White with #820C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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