Html Css Color HEX #80082D Burgundy

📋 copy color: '#80082D'

red 128 ◦ green 8 ◦ blue 45

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

Shades of Burgundy #80082D

Tints of Burgundy #80082D

RGB

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

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

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

R = 70.72%
G = 4.42%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80082D (or 0x80082D) is known color: Burgundy. HEX triplet: 80, 08 and 2D. RGB value is (128,8,45). Sum of RGB (Red+Green+Blue) = 128+8+45=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #80082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80082D is #7FF7D2. Grayscale: #303030. Windows color (decimal): -8386515 or 2951296. OLE color: 2951296.

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

Color convert

RGB 128 8 45 -
CMYK 0 0.94 0.65 0.50
HSL 341.5º 0.88% 0.27% -
HSV(B) 341.5º 0.94% 0.5% -
XYZ 9.46 4.95 2.94 -
YUV 48.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 128 8 45 0 0.94 0.65 0.50 341.5 0.88 0.27
Hex 80 8 2D 0 5E 41 32 156 58 1B
Octal 200 10 55 0 136 101 62 526 130 33
Binary 10000000 1000 101101 0 1011110 1000001 110010 101010110 1011000 11011

Color Harmonies of #80082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80082D

Black with #80082D

Text Example


Text Example

White with #80082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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