Html Css Color HEX #820E33 Burgundy

📋 copy color: '#820E33'

red 130 ◦ green 14 ◦ blue 51

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

Shades of Burgundy #820E33

Tints of Burgundy #820E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.15%

R = 66.67%
G = 7.18%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#820E33 (or 0x820E33) is known color: Burgundy. HEX triplet: 82, 0E and 33. RGB value is (130,14,51). Sum of RGB (Red+Green+Blue) = 130+14+51=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #820E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E33 is #7DF1CC. Grayscale: #343434. Windows color (decimal): -8253901 or 3346050. OLE color: 3346050.

HSL color Cylindrical-coordinate representation of color #820E33: hue angle of 340.86º 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 #820E33 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 14 51 -
CMYK 0 0.89 0.61 0.49
HSL 340.86º 0.81% 0.28% -
HSV(B) 340.86º 0.89% 0.51% -
XYZ 9.96 5.3 3.63 -
YUV 52.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 130 14 51 0 0.89 0.61 0.49 340.86 0.81 0.28
Hex 82 E 33 0 59 3D 31 155 51 1C
Octal 202 16 63 0 131 75 61 525 121 34
Binary 10000010 1110 110011 0 1011001 111101 110001 101010101 1010001 11100

Color Harmonies of #820E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E33

Black with #820E33

Text Example


Text Example

White with #820E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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