Html Css Color HEX #80011E Burgundy

📋 copy color: '#80011E'

red 128 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #80011E

Tints of Burgundy #80011E

RGB

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

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

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

R = 80.5%
G = 0.63%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80011E (or 0x80011E) is known color: Burgundy. HEX triplet: 80, 01 and 1E. RGB value is (128,1,30). Sum of RGB (Red+Green+Blue) = 128+1+30=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #80011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80011E is #7FFEE1. Grayscale: #2A2A2A. Windows color (decimal): -8388322 or 1966464. OLE color: 1966464.

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

Color convert

RGB 128 1 30 -
CMYK 0 0.99 0.77 0.50
HSL 346.3º 0.98% 0.25% -
HSV(B) 346.3º 0.99% 0.5% -
XYZ 9.15 4.7 1.65 -
YUV 42.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 128 1 30 0 0.99 0.77 0.50 346.3 0.98 0.25
Hex 80 1 1E 0 63 4D 32 15A 62 19
Octal 200 1 36 0 143 115 62 532 142 31
Binary 10000000 1 11110 0 1100011 1001101 110010 101011010 1100010 11001

Color Harmonies of #80011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80011E

Black with #80011E

Text Example


Text Example

White with #80011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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