Html Css Color HEX #80082B Burgundy

📋 copy color: '#80082B'

red 128 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #80082B

Tints of Burgundy #80082B

RGB

 RED value IS 128 (50.39% from 255) = 71.51%

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 71.51%
G = 4.47%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80082B (or 0x80082B) is known color: Burgundy. HEX triplet: 80, 08 and 2B. RGB value is (128,8,43). Sum of RGB (Red+Green+Blue) = 128+8+43=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #80082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80082B is #7FF7D4. Grayscale: #2F2F2F. Windows color (decimal): -8386517 or 2820224. OLE color: 2820224.

HSL color Cylindrical-coordinate representation of color #80082B: hue angle of 342.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80082B is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 43 -
CMYK 0 0.94 0.66 0.50
HSL 342.5º 0.88% 0.27% -
HSV(B) 342.5º 0.94% 0.5% -
XYZ 9.42 4.94 2.74 -
YUV 47.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 128 8 43 0 0.94 0.66 0.50 342.5 0.88 0.27
Hex 80 8 2B 0 5E 42 32 156 58 1B
Octal 200 10 53 0 136 102 62 526 130 33
Binary 10000000 1000 101011 0 1011110 1000010 110010 101010110 1011000 11011

Color Harmonies of #80082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80082B

Black with #80082B

Text Example


Text Example

White with #80082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80082B; }

 p { color: rgb(128,8,43); }

 H1.HeaderClassName
 {
   color: #80082B;
 }
 .AnyTagClassName
 {
   color: #80082B;
 }
</style>

background-color css

<style>
 a { background-color: #80082B; }

 a { background-color: rgb(128,8,43); }

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

border-color css

<style>
 span { border-color: #80082B; }

 span { border-color: rgb(128,8,43); }

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