Html Css Color HEX #80082E Burgundy

📋 copy color: '#80082E'

red 128 ◦ green 8 ◦ blue 46

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

Shades of Burgundy #80082E

Tints of Burgundy #80082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.27%

R = 70.33%
G = 4.4%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80082E (or 0x80082E) is known color: Burgundy. HEX triplet: 80, 08 and 2E. RGB value is (128,8,46). Sum of RGB (Red+Green+Blue) = 128+8+46=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #80082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80082E is #7FF7D1. Grayscale: #303030. Windows color (decimal): -8386514 or 3016832. OLE color: 3016832.

HSL color Cylindrical-coordinate representation of color #80082E: hue angle of 341º 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 #80082E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 46 -
CMYK 0 0.94 0.64 0.50
HSL 341º 0.88% 0.27% -
HSV(B) 341º 0.94% 0.5% -
XYZ 9.48 4.96 3.04 -
YUV 48.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 128 8 46 0 0.94 0.64 0.50 341 0.88 0.27
Hex 80 8 2E 0 5E 40 32 155 58 1B
Octal 200 10 56 0 136 100 62 525 130 33
Binary 10000000 1000 101110 0 1011110 1000000 110010 101010101 1011000 11011

Color Harmonies of #80082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80082E

Black with #80082E

Text Example


Text Example

White with #80082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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