Html Css Color HEX #831034 Burgundy

📋 copy color: '#831034'

red 131 ◦ green 16 ◦ blue 52

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

Shades of Burgundy #831034

Tints of Burgundy #831034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.13%

R = 65.83%
G = 8.04%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#831034 (or 0x831034) is known color: Burgundy. HEX triplet: 83, 10 and 34. RGB value is (131,16,52). Sum of RGB (Red+Green+Blue) = 131+16+52=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #831034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831034 is #7CEFCB. Grayscale: #363636. Windows color (decimal): -8187852 or 3412099. OLE color: 3412099.

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

Color convert

RGB 131 16 52 -
CMYK 0 0.88 0.60 0.49
HSL 341.22º 0.78% 0.29% -
HSV(B) 341.22º 0.88% 0.51% -
XYZ 10.17 5.44 3.76 -
YUV 54.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 131 16 52 0 0.88 0.60 0.49 341.22 0.78 0.29
Hex 83 10 34 0 58 3C 31 155 4E 1D
Octal 203 20 64 0 130 74 61 525 116 35
Binary 10000011 10000 110100 0 1011000 111100 110001 101010101 1001110 11101

Color Harmonies of #831034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831034

Black with #831034

Text Example


Text Example

White with #831034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831034; }

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

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

background-color css

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

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

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

border-color css

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

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

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