Html Css Color HEX #80001F Burgundy

📋 copy color: '#80001F'

red 128 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #80001F

Tints of Burgundy #80001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.5%
G = 0%
B = 19.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80001F (or 0x80001F) is known color: Burgundy. HEX triplet: 80, 00 and 1F. RGB value is (128,0,31). Sum of RGB (Red+Green+Blue) = 128+0+31=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #80001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80001F is #7FFFE0. Grayscale: #292929. Windows color (decimal): -8388577 or 2031744. OLE color: 2031744.

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

Color convert

RGB 128 0 31 -
CMYK 0 1 0.76 0.50
HSL 345.47º 1% 0.25% -
HSV(B) 345.47º 1% 0.5% -
XYZ 9.15 4.69 1.72 -
YUV 41.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 128 0 31 0 1 0.76 0.50 345.47 1 0.25
Hex 80 0 1F 0 64 4C 32 159 64 19
Octal 200 0 37 0 144 114 62 531 144 31
Binary 10000000 0 11111 0 1100100 1001100 110010 101011001 1100100 11001

Color Harmonies of #80001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80001F

Black with #80001F

Text Example


Text Example

White with #80001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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