Html Css Color HEX #80031E Burgundy

📋 copy color: '#80031E'

red 128 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #80031E

Tints of Burgundy #80031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 79.5%
G = 1.86%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80031E (or 0x80031E) is known color: Burgundy. HEX triplet: 80, 03 and 1E. RGB value is (128,3,30). Sum of RGB (Red+Green+Blue) = 128+3+30=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #80031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80031E is #7FFCE1. Grayscale: #2B2B2B. Windows color (decimal): -8387810 or 1966976. OLE color: 1966976.

HSL color Cylindrical-coordinate representation of color #80031E: hue angle of 347.04º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80031E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 3 30 -
CMYK 0 0.98 0.77 0.50
HSL 347.04º 0.95% 0.26% -
HSV(B) 347.04º 0.98% 0.5% -
XYZ 9.17 4.75 1.66 -
YUV 43.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 128 3 30 0 0.98 0.77 0.50 347.04 0.95 0.26
Hex 80 3 1E 0 62 4D 32 15B 5F 1A
Octal 200 3 36 0 142 115 62 533 137 32
Binary 10000000 11 11110 0 1100010 1001101 110010 101011011 1011111 11010

Color Harmonies of #80031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80031E

Black with #80031E

Text Example


Text Example

White with #80031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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