Html Css Color HEX #831120 Burgundy

📋 copy color: '#831120'

red 131 ◦ green 17 ◦ blue 32

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

Shades of Burgundy #831120

Tints of Burgundy #831120

RGB

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

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

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

R = 72.78%
G = 9.44%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#831120 (or 0x831120) is known color: Burgundy. HEX triplet: 83, 11 and 20. RGB value is (131,17,32). Sum of RGB (Red+Green+Blue) = 131+17+32=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #831120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831120 is #7CEEDF. Grayscale: #343434. Windows color (decimal): -8187616 or 2101635. OLE color: 2101635.

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

Color convert

RGB 131 17 32 -
CMYK 0 0.87 0.76 0.49
HSL 352.11º 0.77% 0.29% -
HSV(B) 352.11º 0.87% 0.51% -
XYZ 9.82 5.33 1.88 -
YUV 52.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 131 17 32 0 0.87 0.76 0.49 352.11 0.77 0.29
Hex 83 11 20 0 57 4C 31 160 4D 1D
Octal 203 21 40 0 127 114 61 540 115 35
Binary 10000011 10001 100000 0 1010111 1001100 110001 101100000 1001101 11101

Color Harmonies of #831120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831120

Black with #831120

Text Example


Text Example

White with #831120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831120; }

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

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

background-color css

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

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

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

border-color css

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

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

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