Html Css Color HEX #80081E Burgundy

📋 copy color: '#80081E'

red 128 ◦ green 8 ◦ blue 30

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

Shades of Burgundy #80081E

Tints of Burgundy #80081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 77.11%
G = 4.82%
B = 18.07%

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

#80081E (or 0x80081E) is known color: Burgundy. HEX triplet: 80, 08 and 1E. RGB value is (128,8,30). Sum of RGB (Red+Green+Blue) = 128+8+30=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #80081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80081E is #7FF7E1. Grayscale: #2E2E2E. Windows color (decimal): -8386530 or 1968256. OLE color: 1968256.

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

Color convert

RGB 128 8 30 -
CMYK 0 0.94 0.77 0.50
HSL 349º 0.88% 0.27% -
HSV(B) 349º 0.94% 0.5% -
XYZ 9.22 4.86 1.68 -
YUV 46.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 128 8 30 0 0.94 0.77 0.50 349 0.88 0.27
Hex 80 8 1E 0 5E 4D 32 15D 58 1B
Octal 200 10 36 0 136 115 62 535 130 33
Binary 10000000 1000 11110 0 1011110 1001101 110010 101011101 1011000 11011

Color Harmonies of #80081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80081E

Black with #80081E

Text Example


Text Example

White with #80081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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