Html Css Color HEX #80081A Burgundy

📋 copy color: '#80081A'

red 128 ◦ green 8 ◦ blue 26

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

Shades of Burgundy #80081A

Tints of Burgundy #80081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 79.01%
G = 4.94%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80081A (or 0x80081A) is known color: Burgundy. HEX triplet: 80, 08 and 1A. RGB value is (128,8,26). Sum of RGB (Red+Green+Blue) = 128+8+26=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #80081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80081A is #7FF7E5. Grayscale: #2D2D2D. Windows color (decimal): -8386534 or 1706112. OLE color: 1706112.

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

Color convert

RGB 128 8 26 -
CMYK 0 0.94 0.80 0.50
HSL 351º 0.88% 0.27% -
HSV(B) 351º 0.94% 0.5% -
XYZ 9.18 4.84 1.43 -
YUV 45.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 128 8 26 0 0.94 0.80 0.50 351 0.88 0.27
Hex 80 8 1A 0 5E 50 32 15F 58 1B
Octal 200 10 32 0 136 120 62 537 130 33
Binary 10000000 1000 11010 0 1011110 1010000 110010 101011111 1011000 11011

Color Harmonies of #80081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80081A

Black with #80081A

Text Example


Text Example

White with #80081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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