Html Css Color HEX #80051E Burgundy

📋 copy color: '#80051E'

red 128 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #80051E

Tints of Burgundy #80051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 78.53%
G = 3.07%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80051E (or 0x80051E) is known color: Burgundy. HEX triplet: 80, 05 and 1E. RGB value is (128,5,30). Sum of RGB (Red+Green+Blue) = 128+5+30=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #80051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80051E is #7FFAE1. Grayscale: #2C2C2C. Windows color (decimal): -8387298 or 1967488. OLE color: 1967488.

HSL color Cylindrical-coordinate representation of color #80051E: hue angle of 347.8º 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 #80051E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 30 -
CMYK 0 0.96 0.77 0.50
HSL 347.8º 0.92% 0.26% -
HSV(B) 347.8º 0.96% 0.5% -
XYZ 9.19 4.79 1.67 -
YUV 44.63 119.75 187.47 -
System Red Green Blue C M Y K H S L
Decimal 128 5 30 0 0.96 0.77 0.50 347.8 0.92 0.26
Hex 80 5 1E 0 60 4D 32 15C 5C 1A
Octal 200 5 36 0 140 115 62 534 134 32
Binary 10000000 101 11110 0 1100000 1001101 110010 101011100 1011100 11010

Color Harmonies of #80051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80051E

Black with #80051E

Text Example


Text Example

White with #80051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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