Html Css Color HEX #800131 Burgundy

📋 copy color: '#800131'

red 128 ◦ green 1 ◦ blue 49

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

Shades of Burgundy #800131

Tints of Burgundy #800131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 71.91%
G = 0.56%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#800131 (or 0x800131) is known color: Burgundy. HEX triplet: 80, 01 and 31. RGB value is (128,1,49). Sum of RGB (Red+Green+Blue) = 128+1+49=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #800131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800131 is #7FFECE. Grayscale: #2C2C2C. Windows color (decimal): -8388303 or 3211648. OLE color: 3211648.

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

Color convert

RGB 128 1 49 -
CMYK 0 0.99 0.62 0.50
HSL 337.32º 0.98% 0.25% -
HSV(B) 337.32º 0.99% 0.5% -
XYZ 9.47 4.83 3.34 -
YUV 44.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 128 1 49 0 0.99 0.62 0.50 337.32 0.98 0.25
Hex 80 1 31 0 63 3E 32 151 62 19
Octal 200 1 61 0 143 76 62 521 142 31
Binary 10000000 1 110001 0 1100011 111110 110010 101010001 1100010 11001

Color Harmonies of #800131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800131

Black with #800131

Text Example


Text Example

White with #800131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800131; }

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

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

background-color css

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

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

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

border-color css

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

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

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