Html Css Color HEX #831031 Burgundy

📋 copy color: '#831031'

red 131 ◦ green 16 ◦ blue 49

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

Shades of Burgundy #831031

Tints of Burgundy #831031

RGB

 RED value IS 131 (51.56% from 255) = 66.84%

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

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

R = 66.84%
G = 8.16%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#831031 (or 0x831031) is known color: Burgundy. HEX triplet: 83, 10 and 31. RGB value is (131,16,49). Sum of RGB (Red+Green+Blue) = 131+16+49=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #831031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831031 is #7CEFCE. Grayscale: #363636. Windows color (decimal): -8187855 or 3215491. OLE color: 3215491.

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

Color convert

RGB 131 16 49 -
CMYK 0 0.88 0.63 0.49
HSL 342.78º 0.78% 0.29% -
HSV(B) 342.78º 0.88% 0.51% -
XYZ 10.1 5.42 3.42 -
YUV 54.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 131 16 49 0 0.88 0.63 0.49 342.78 0.78 0.29
Hex 83 10 31 0 58 3F 31 157 4E 1D
Octal 203 20 61 0 130 77 61 527 116 35
Binary 10000011 10000 110001 0 1011000 111111 110001 101010111 1001110 11101

Color Harmonies of #831031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831031

Black with #831031

Text Example


Text Example

White with #831031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831031; }

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

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

background-color css

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

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

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

border-color css

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

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

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