Html Css Color HEX #80031F Burgundy

📋 copy color: '#80031F'

red 128 ◦ green 3 ◦ blue 31

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

Shades of Burgundy #80031F

Tints of Burgundy #80031F

RGB

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

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

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

R = 79.01%
G = 1.85%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80031F (or 0x80031F) is known color: Burgundy. HEX triplet: 80, 03 and 1F. RGB value is (128,3,31). Sum of RGB (Red+Green+Blue) = 128+3+31=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #80031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80031F is #7FFCE0. Grayscale: #2B2B2B. Windows color (decimal): -8387809 or 2032512. OLE color: 2032512.

HSL color Cylindrical-coordinate representation of color #80031F: hue angle of 346.56º 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 #80031F is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 3 31 -
CMYK 0 0.98 0.76 0.50
HSL 346.56º 0.95% 0.26% -
HSV(B) 346.56º 0.98% 0.5% -
XYZ 9.18 4.75 1.73 -
YUV 43.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 128 3 31 0 0.98 0.76 0.50 346.56 0.95 0.26
Hex 80 3 1F 0 62 4C 32 15B 5F 1A
Octal 200 3 37 0 142 114 62 533 137 32
Binary 10000000 11 11111 0 1100010 1001100 110010 101011011 1011111 11010

Color Harmonies of #80031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80031F

Black with #80031F

Text Example


Text Example

White with #80031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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