Html Css Color HEX #831036 Burgundy

📋 copy color: '#831036'

red 131 ◦ green 16 ◦ blue 54

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

Shades of Burgundy #831036

Tints of Burgundy #831036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 65.17%
G = 7.96%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#831036 (or 0x831036) is known color: Burgundy. HEX triplet: 83, 10 and 36. RGB value is (131,16,54). Sum of RGB (Red+Green+Blue) = 131+16+54=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #831036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831036 is #7CEFC9. Grayscale: #363636. Windows color (decimal): -8187850 or 3543171. OLE color: 3543171.

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

Color convert

RGB 131 16 54 -
CMYK 0 0.88 0.59 0.49
HSL 340.17º 0.78% 0.29% -
HSV(B) 340.17º 0.88% 0.51% -
XYZ 10.21 5.46 4.01 -
YUV 54.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 131 16 54 0 0.88 0.59 0.49 340.17 0.78 0.29
Hex 83 10 36 0 58 3B 31 154 4E 1D
Octal 203 20 66 0 130 73 61 524 116 35
Binary 10000011 10000 110110 0 1011000 111011 110001 101010100 1001110 11101

Color Harmonies of #831036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831036

Black with #831036

Text Example


Text Example

White with #831036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831036; }

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

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

background-color css

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

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

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

border-color css

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

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

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