Html Css Color HEX #80041F Burgundy

📋 copy color: '#80041F'

red 128 ◦ green 4 ◦ blue 31

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

Shades of Burgundy #80041F

Tints of Burgundy #80041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 78.53%
G = 2.45%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80041F (or 0x80041F) is known color: Burgundy. HEX triplet: 80, 04 and 1F. RGB value is (128,4,31). Sum of RGB (Red+Green+Blue) = 128+4+31=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #80041F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80041F is #7FFBE0. Grayscale: #2C2C2C. Windows color (decimal): -8387553 or 2032768. OLE color: 2032768.

HSL color Cylindrical-coordinate representation of color #80041F: hue angle of 346.94º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80041F is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 31 -
CMYK 0 0.97 0.76 0.50
HSL 346.94º 0.94% 0.26% -
HSV(B) 346.94º 0.97% 0.5% -
XYZ 9.19 4.77 1.73 -
YUV 44.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 128 4 31 0 0.97 0.76 0.50 346.94 0.94 0.26
Hex 80 4 1F 0 61 4C 32 15B 5E 1A
Octal 200 4 37 0 141 114 62 533 136 32
Binary 10000000 100 11111 0 1100001 1001100 110010 101011011 1011110 11010

Color Harmonies of #80041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80041F

Black with #80041F

Text Example


Text Example

White with #80041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80041F; }

 p { color: rgb(128,4,31); }

 H1.HeaderClassName
 {
   color: #80041F;
 }
 .AnyTagClassName
 {
   color: #80041F;
 }
</style>

background-color css

<style>
 a { background-color: #80041F; }

 a { background-color: rgb(128,4,31); }

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

border-color css

<style>
 span { border-color: #80041F; }

 span { border-color: rgb(128,4,31); }

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