Html Css Color HEX #80041B Burgundy

📋 copy color: '#80041B'

red 128 ◦ green 4 ◦ blue 27

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

Shades of Burgundy #80041B

Tints of Burgundy #80041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 80.5%
G = 2.52%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#80041B (or 0x80041B) is known color: Burgundy. HEX triplet: 80, 04 and 1B. RGB value is (128,4,27). Sum of RGB (Red+Green+Blue) = 128+4+27=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #80041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80041B is #7FFBE4. Grayscale: #2B2B2B. Windows color (decimal): -8387557 or 1770624. OLE color: 1770624.

HSL color Cylindrical-coordinate representation of color #80041B: hue angle of 348.87º 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 #80041B is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 27 -
CMYK 0 0.97 0.79 0.50
HSL 348.87º 0.94% 0.26% -
HSV(B) 348.87º 0.97% 0.5% -
XYZ 9.14 4.76 1.47 -
YUV 43.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 128 4 27 0 0.97 0.79 0.50 348.87 0.94 0.26
Hex 80 4 1B 0 61 4F 32 15D 5E 1A
Octal 200 4 33 0 141 117 62 535 136 32
Binary 10000000 100 11011 0 1100001 1001111 110010 101011101 1011110 11010

Color Harmonies of #80041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80041B

Black with #80041B

Text Example


Text Example

White with #80041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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