Html Css Color HEX #831320 Burgundy

📋 copy color: '#831320'

red 131 ◦ green 19 ◦ blue 32

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

Shades of Burgundy #831320

Tints of Burgundy #831320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 71.98%
G = 10.44%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#831320 (or 0x831320) is known color: Burgundy. HEX triplet: 83, 13 and 20. RGB value is (131,19,32). Sum of RGB (Red+Green+Blue) = 131+19+32=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #831320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831320 is #7CECDF. Grayscale: #363636. Windows color (decimal): -8187104 or 2102147. OLE color: 2102147.

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

Color convert

RGB 131 19 32 -
CMYK 0 0.85 0.76 0.49
HSL 353.04º 0.75% 0.29% -
HSV(B) 353.04º 0.85% 0.51% -
XYZ 9.85 5.4 1.89 -
YUV 53.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 131 19 32 0 0.85 0.76 0.49 353.04 0.75 0.29
Hex 83 13 20 0 55 4C 31 161 4B 1D
Octal 203 23 40 0 125 114 61 541 113 35
Binary 10000011 10011 100000 0 1010101 1001100 110001 101100001 1001011 11101

Color Harmonies of #831320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831320

Black with #831320

Text Example


Text Example

White with #831320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831320; }

 p { color: rgb(131,19,32); }

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

background-color css

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

 a { background-color: rgb(131,19,32); }

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

border-color css

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

 span { border-color: rgb(131,19,32); }

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