Html Css Color HEX #840131 Burgundy

📋 copy color: '#840131'

red 132 ◦ green 1 ◦ blue 49

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

Shades of Burgundy #840131

Tints of Burgundy #840131

RGB

 RED value IS 132 (51.95% from 255) = 72.53%

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 72.53%
G = 0.55%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#840131 (or 0x840131) is known color: Burgundy. HEX triplet: 84, 01 and 31. RGB value is (132,1,49). Sum of RGB (Red+Green+Blue) = 132+1+49=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #840131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840131 is #7BFECE. Grayscale: #2D2D2D. Windows color (decimal): -8126159 or 3211652. OLE color: 3211652.

HSL color Cylindrical-coordinate representation of color #840131: hue angle of 338.02º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840131 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 49 -
CMYK 0 0.99 0.63 0.48
HSL 338.02º 0.98% 0.26% -
HSV(B) 338.02º 0.99% 0.52% -
XYZ 10.08 5.15 3.37 -
YUV 45.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 132 1 49 0 0.99 0.63 0.48 338.02 0.98 0.26
Hex 84 1 31 0 63 3F 30 152 62 1A
Octal 204 1 61 0 143 77 60 522 142 32
Binary 10000100 1 110001 0 1100011 111111 110000 101010010 1100010 11010

Color Harmonies of #840131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840131

Black with #840131

Text Example


Text Example

White with #840131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840131; }

 p { color: rgb(132,1,49); }

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

background-color css

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

 a { background-color: rgb(132,1,49); }

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

border-color css

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

 span { border-color: rgb(132,1,49); }

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