Html Css Color HEX #831020 Burgundy

📋 copy color: '#831020'

red 131 ◦ green 16 ◦ blue 32

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

Shades of Burgundy #831020

Tints of Burgundy #831020

RGB

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

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

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

R = 73.18%
G = 8.94%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#831020 (or 0x831020) is known color: Burgundy. HEX triplet: 83, 10 and 20. RGB value is (131,16,32). Sum of RGB (Red+Green+Blue) = 131+16+32=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #831020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831020 is #7CEFDF. Grayscale: #343434. Windows color (decimal): -8187872 or 2101379. OLE color: 2101379.

HSL color Cylindrical-coordinate representation of color #831020: hue angle of 351.65º 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 #831020 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 32 -
CMYK 0 0.88 0.76 0.49
HSL 351.65º 0.78% 0.29% -
HSV(B) 351.65º 0.88% 0.51% -
XYZ 9.81 5.3 1.87 -
YUV 52.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 131 16 32 0 0.88 0.76 0.49 351.65 0.78 0.29
Hex 83 10 20 0 58 4C 31 160 4E 1D
Octal 203 20 40 0 130 114 61 540 116 35
Binary 10000011 10000 100000 0 1011000 1001100 110001 101100000 1001110 11101

Color Harmonies of #831020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831020

Black with #831020

Text Example


Text Example

White with #831020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831020; }

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

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

background-color css

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

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

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

border-color css

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

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

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