Html Css Color HEX #840032 Burgundy

📋 copy color: '#840032'

red 132 ◦ green 0 ◦ blue 50

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

Shades of Burgundy #840032

Tints of Burgundy #840032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 27.47%

R = 72.53%
G = 0%
B = 27.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#840032 (or 0x840032) is known color: Burgundy. HEX triplet: 84, 00 and 32. RGB value is (132,0,50). Sum of RGB (Red+Green+Blue) = 132+0+50=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #840032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840032 is #7BFFCD. Grayscale: #2D2D2D. Windows color (decimal): -8126414 or 3276932. OLE color: 3276932.

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

Color convert

RGB 132 0 50 -
CMYK 0 1 0.62 0.48
HSL 337.27º 1% 0.26% -
HSV(B) 337.27º 1% 0.52% -
XYZ 10.09 5.14 3.48 -
YUV 45.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 132 0 50 0 1 0.62 0.48 337.27 1 0.26
Hex 84 0 32 0 64 3E 30 151 64 1A
Octal 204 0 62 0 144 76 60 521 144 32
Binary 10000100 0 110010 0 1100100 111110 110000 101010001 1100100 11010

Color Harmonies of #840032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840032

Black with #840032

Text Example


Text Example

White with #840032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840032; }

 p { color: rgb(132,0,50); }

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

background-color css

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

 a { background-color: rgb(132,0,50); }

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

border-color css

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

 span { border-color: rgb(132,0,50); }

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