Html Css Color HEX #831124 Burgundy

📋 copy color: '#831124'

red 131 ◦ green 17 ◦ blue 36

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

Shades of Burgundy #831124

Tints of Burgundy #831124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.57%

R = 71.2%
G = 9.24%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#831124 (or 0x831124) is known color: Burgundy. HEX triplet: 83, 11 and 24. RGB value is (131,17,36). Sum of RGB (Red+Green+Blue) = 131+17+36=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #831124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831124 is #7CEEDB. Grayscale: #353535. Windows color (decimal): -8187612 or 2363779. OLE color: 2363779.

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

Color convert

RGB 131 17 36 -
CMYK 0 0.87 0.73 0.49
HSL 350º 0.77% 0.29% -
HSV(B) 350º 0.87% 0.51% -
XYZ 9.88 5.35 2.18 -
YUV 53.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 131 17 36 0 0.87 0.73 0.49 350 0.77 0.29
Hex 83 11 24 0 57 49 31 15E 4D 1D
Octal 203 21 44 0 127 111 61 536 115 35
Binary 10000011 10001 100100 0 1010111 1001001 110001 101011110 1001101 11101

Color Harmonies of #831124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831124

Black with #831124

Text Example


Text Example

White with #831124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831124; }

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

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

background-color css

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

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

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

border-color css

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

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

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