Html Css Color HEX #80011A Burgundy

📋 copy color: '#80011A'

red 128 ◦ green 1 ◦ blue 26

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

Shades of Burgundy #80011A

Tints of Burgundy #80011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 82.58%
G = 0.65%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80011A (or 0x80011A) is known color: Burgundy. HEX triplet: 80, 01 and 1A. RGB value is (128,1,26). Sum of RGB (Red+Green+Blue) = 128+1+26=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #80011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80011A is #7FFEE5. Grayscale: #292929. Windows color (decimal): -8388326 or 1704320. OLE color: 1704320.

HSL color Cylindrical-coordinate representation of color #80011A: hue angle of 348.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80011A is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 26 -
CMYK 0 0.99 0.80 0.50
HSL 348.19º 0.98% 0.25% -
HSV(B) 348.19º 0.99% 0.5% -
XYZ 9.1 4.69 1.4 -
YUV 41.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 128 1 26 0 0.99 0.80 0.50 348.19 0.98 0.25
Hex 80 1 1A 0 63 50 32 15C 62 19
Octal 200 1 32 0 143 120 62 534 142 31
Binary 10000000 1 11010 0 1100011 1010000 110010 101011100 1100010 11001

Color Harmonies of #80011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80011A

Black with #80011A

Text Example


Text Example

White with #80011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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