Html Css Color HEX #801131 Burgundy

📋 copy color: '#801131'

red 128 ◦ green 17 ◦ blue 49

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

Shades of Burgundy #801131

Tints of Burgundy #801131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 65.98%
G = 8.76%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#801131 (or 0x801131) is known color: Burgundy. HEX triplet: 80, 11 and 31. RGB value is (128,17,49). Sum of RGB (Red+Green+Blue) = 128+17+49=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #801131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801131 is #7FEECE. Grayscale: #353535. Windows color (decimal): -8384207 or 3215744. OLE color: 3215744.

HSL color Cylindrical-coordinate representation of color #801131: hue angle of 342.7º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801131 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 49 -
CMYK 0 0.87 0.62 0.50
HSL 342.7º 0.77% 0.28% -
HSV(B) 342.7º 0.87% 0.5% -
XYZ 9.66 5.21 3.4 -
YUV 53.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 128 17 49 0 0.87 0.62 0.50 342.7 0.77 0.28
Hex 80 11 31 0 57 3E 32 157 4D 1C
Octal 200 21 61 0 127 76 62 527 115 34
Binary 10000000 10001 110001 0 1010111 111110 110010 101010111 1001101 11100

Color Harmonies of #801131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801131

Black with #801131

Text Example


Text Example

White with #801131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801131; }

 p { color: rgb(128,17,49); }

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

background-color css

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

 a { background-color: rgb(128,17,49); }

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

border-color css

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

 span { border-color: rgb(128,17,49); }

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