Html Css Color HEX #80031A Burgundy

📋 copy color: '#80031A'

red 128 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #80031A

Tints of Burgundy #80031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 81.53%
G = 1.91%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80031A (or 0x80031A) is known color: Burgundy. HEX triplet: 80, 03 and 1A. RGB value is (128,3,26). Sum of RGB (Red+Green+Blue) = 128+3+26=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #80031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80031A is #7FFCE5. Grayscale: #2B2B2B. Windows color (decimal): -8387814 or 1704832. OLE color: 1704832.

HSL color Cylindrical-coordinate representation of color #80031A: hue angle of 348.96º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80031A is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 3 26 -
CMYK 0 0.98 0.80 0.50
HSL 348.96º 0.95% 0.26% -
HSV(B) 348.96º 0.98% 0.5% -
XYZ 9.12 4.73 1.41 -
YUV 43 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 128 3 26 0 0.98 0.80 0.50 348.96 0.95 0.26
Hex 80 3 1A 0 62 50 32 15D 5F 1A
Octal 200 3 32 0 142 120 62 535 137 32
Binary 10000000 11 11010 0 1100010 1010000 110010 101011101 1011111 11010

Color Harmonies of #80031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80031A

Black with #80031A

Text Example


Text Example

White with #80031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80031A; }

 p { color: rgb(128,3,26); }

 H1.HeaderClassName
 {
   color: #80031A;
 }
 .AnyTagClassName
 {
   color: #80031A;
 }
</style>

background-color css

<style>
 a { background-color: #80031A; }

 a { background-color: rgb(128,3,26); }

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

border-color css

<style>
 span { border-color: #80031A; }

 span { border-color: rgb(128,3,26); }

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