Html Css Color HEX #811031 Burgundy

📋 copy color: '#811031'

red 129 ◦ green 16 ◦ blue 49

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

Shades of Burgundy #811031

Tints of Burgundy #811031

RGB

 RED value IS 129 (50.78% from 255) = 66.49%

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 66.49%
G = 8.25%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#811031 (or 0x811031) is known color: Burgundy. HEX triplet: 81, 10 and 31. RGB value is (129,16,49). Sum of RGB (Red+Green+Blue) = 129+16+49=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #811031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811031 is #7EEFCE. Grayscale: #353535. Windows color (decimal): -8318927 or 3215489. OLE color: 3215489.

HSL color Cylindrical-coordinate representation of color #811031: hue angle of 342.48º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811031 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 49 -
CMYK 0 0.88 0.62 0.49
HSL 342.48º 0.78% 0.28% -
HSV(B) 342.48º 0.88% 0.51% -
XYZ 9.79 5.26 3.4 -
YUV 53.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 129 16 49 0 0.88 0.62 0.49 342.48 0.78 0.28
Hex 81 10 31 0 58 3E 31 156 4E 1C
Octal 201 20 61 0 130 76 61 526 116 34
Binary 10000001 10000 110001 0 1011000 111110 110001 101010110 1001110 11100

Color Harmonies of #811031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811031

Black with #811031

Text Example


Text Example

White with #811031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811031; }

 p { color: rgb(129,16,49); }

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

background-color css

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

 a { background-color: rgb(129,16,49); }

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

border-color css

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

 span { border-color: rgb(129,16,49); }

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