Html Css Color HEX #80011F Burgundy

📋 copy color: '#80011F'

red 128 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #80011F

Tints of Burgundy #80011F

RGB

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

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

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

R = 80%
G = 0.63%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80011F (or 0x80011F) is known color: Burgundy. HEX triplet: 80, 01 and 1F. RGB value is (128,1,31). Sum of RGB (Red+Green+Blue) = 128+1+31=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #80011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80011F is #7FFEE0. Grayscale: #2A2A2A. Windows color (decimal): -8388321 or 2032000. OLE color: 2032000.

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

Color convert

RGB 128 1 31 -
CMYK 0 0.99 0.76 0.50
HSL 345.83º 0.98% 0.25% -
HSV(B) 345.83º 0.99% 0.5% -
XYZ 9.16 4.71 1.72 -
YUV 42.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 128 1 31 0 0.99 0.76 0.50 345.83 0.98 0.25
Hex 80 1 1F 0 63 4C 32 15A 62 19
Octal 200 1 37 0 143 114 62 532 142 31
Binary 10000000 1 11111 0 1100011 1001100 110010 101011010 1100010 11001

Color Harmonies of #80011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80011F

Black with #80011F

Text Example


Text Example

White with #80011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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