Html Css Color HEX #80031D Burgundy

📋 copy color: '#80031D'

red 128 ◦ green 3 ◦ blue 29

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

Shades of Burgundy #80031D

Tints of Burgundy #80031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 80%
G = 1.88%
B = 18.13%

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

#80031D (or 0x80031D) is known color: Burgundy. HEX triplet: 80, 03 and 1D. RGB value is (128,3,29). Sum of RGB (Red+Green+Blue) = 128+3+29=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #80031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80031D is #7FFCE2. Grayscale: #2B2B2B. Windows color (decimal): -8387811 or 1901440. OLE color: 1901440.

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

Color convert

RGB 128 3 29 -
CMYK 0 0.98 0.77 0.50
HSL 347.52º 0.95% 0.26% -
HSV(B) 347.52º 0.98% 0.5% -
XYZ 9.16 4.74 1.6 -
YUV 43.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 128 3 29 0 0.98 0.77 0.50 347.52 0.95 0.26
Hex 80 3 1D 0 62 4D 32 15C 5F 1A
Octal 200 3 35 0 142 115 62 534 137 32
Binary 10000000 11 11101 0 1100010 1001101 110010 101011100 1011111 11010

Color Harmonies of #80031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80031D

Black with #80031D

Text Example


Text Example

White with #80031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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