Html Css Color HEX #80081F Burgundy

📋 copy color: '#80081F'

red 128 ◦ green 8 ◦ blue 31

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

Shades of Burgundy #80081F

Tints of Burgundy #80081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 76.65%
G = 4.79%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80081F (or 0x80081F) is known color: Burgundy. HEX triplet: 80, 08 and 1F. RGB value is (128,8,31). Sum of RGB (Red+Green+Blue) = 128+8+31=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #80081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80081F is #7FF7E0. Grayscale: #2E2E2E. Windows color (decimal): -8386529 or 2033792. OLE color: 2033792.

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

Color convert

RGB 128 8 31 -
CMYK 0 0.94 0.76 0.50
HSL 348.5º 0.88% 0.27% -
HSV(B) 348.5º 0.94% 0.5% -
XYZ 9.24 4.86 1.75 -
YUV 46.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 128 8 31 0 0.94 0.76 0.50 348.5 0.88 0.27
Hex 80 8 1F 0 5E 4C 32 15C 58 1B
Octal 200 10 37 0 136 114 62 534 130 33
Binary 10000000 1000 11111 0 1011110 1001100 110010 101011100 1011000 11011

Color Harmonies of #80081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80081F

Black with #80081F

Text Example


Text Example

White with #80081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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