Html Css Color HEX #80081D Burgundy

📋 copy color: '#80081D'

red 128 ◦ green 8 ◦ blue 29

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

Shades of Burgundy #80081D

Tints of Burgundy #80081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.58%

R = 77.58%
G = 4.85%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80081D (or 0x80081D) is known color: Burgundy. HEX triplet: 80, 08 and 1D. RGB value is (128,8,29). Sum of RGB (Red+Green+Blue) = 128+8+29=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #80081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80081D is #7FF7E2. Grayscale: #2E2E2E. Windows color (decimal): -8386531 or 1902720. OLE color: 1902720.

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

Color convert

RGB 128 8 29 -
CMYK 0 0.94 0.77 0.50
HSL 349.5º 0.88% 0.27% -
HSV(B) 349.5º 0.94% 0.5% -
XYZ 9.21 4.85 1.61 -
YUV 46.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 128 8 29 0 0.94 0.77 0.50 349.5 0.88 0.27
Hex 80 8 1D 0 5E 4D 32 15E 58 1B
Octal 200 10 35 0 136 115 62 536 130 33
Binary 10000000 1000 11101 0 1011110 1001101 110010 101011110 1011000 11011

Color Harmonies of #80081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80081D

Black with #80081D

Text Example


Text Example

White with #80081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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