Html Css Color HEX #80051F Burgundy

📋 copy color: '#80051F'

red 128 ◦ green 5 ◦ blue 31

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

Shades of Burgundy #80051F

Tints of Burgundy #80051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

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

R = 78.05%
G = 3.05%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80051F (or 0x80051F) is known color: Burgundy. HEX triplet: 80, 05 and 1F. RGB value is (128,5,31). Sum of RGB (Red+Green+Blue) = 128+5+31=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #80051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80051F is #7FFAE0. Grayscale: #2C2C2C. Windows color (decimal): -8387297 or 2033024. OLE color: 2033024.

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

Color convert

RGB 128 5 31 -
CMYK 0 0.96 0.76 0.50
HSL 347.32º 0.92% 0.26% -
HSV(B) 347.32º 0.96% 0.5% -
XYZ 9.2 4.8 1.74 -
YUV 44.74 120.25 187.39 -
System Red Green Blue C M Y K H S L
Decimal 128 5 31 0 0.96 0.76 0.50 347.32 0.92 0.26
Hex 80 5 1F 0 60 4C 32 15B 5C 1A
Octal 200 5 37 0 140 114 62 533 134 32
Binary 10000000 101 11111 0 1100000 1001100 110010 101011011 1011100 11010

Color Harmonies of #80051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80051F

Black with #80051F

Text Example


Text Example

White with #80051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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