Html Css Color HEX #831126 Burgundy

📋 copy color: '#831126'

red 131 ◦ green 17 ◦ blue 38

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

Shades of Burgundy #831126

Tints of Burgundy #831126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.43%

R = 70.43%
G = 9.14%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#831126 (or 0x831126) is known color: Burgundy. HEX triplet: 83, 11 and 26. RGB value is (131,17,38). Sum of RGB (Red+Green+Blue) = 131+17+38=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #831126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831126 is #7CEED9. Grayscale: #353535. Windows color (decimal): -8187610 or 2494851. OLE color: 2494851.

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

Color convert

RGB 131 17 38 -
CMYK 0 0.87 0.71 0.49
HSL 348.95º 0.77% 0.29% -
HSV(B) 348.95º 0.87% 0.51% -
XYZ 9.91 5.37 2.35 -
YUV 53.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 131 17 38 0 0.87 0.71 0.49 348.95 0.77 0.29
Hex 83 11 26 0 57 47 31 15D 4D 1D
Octal 203 21 46 0 127 107 61 535 115 35
Binary 10000011 10001 100110 0 1010111 1000111 110001 101011101 1001101 11101

Color Harmonies of #831126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831126

Black with #831126

Text Example


Text Example

White with #831126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831126; }

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

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

background-color css

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

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

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

border-color css

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

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

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