Html Css Color HEX #840322 Burgundy

📋 copy color: '#840322'

red 132 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #840322

Tints of Burgundy #840322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 78.11%
G = 1.78%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#840322 (or 0x840322) is known color: Burgundy. HEX triplet: 84, 03 and 22. RGB value is (132,3,34). Sum of RGB (Red+Green+Blue) = 132+3+34=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #840322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840322 is #7BFCDD. Grayscale: #2D2D2D. Windows color (decimal): -8125662 or 2229124. OLE color: 2229124.

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

Color convert

RGB 132 3 34 -
CMYK 0 0.98 0.74 0.48
HSL 345.58º 0.96% 0.26% -
HSV(B) 345.58º 0.98% 0.52% -
XYZ 9.84 5.09 1.98 -
YUV 45.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 132 3 34 0 0.98 0.74 0.48 345.58 0.96 0.26
Hex 84 3 22 0 62 4A 30 15A 60 1A
Octal 204 3 42 0 142 112 60 532 140 32
Binary 10000100 11 100010 0 1100010 1001010 110000 101011010 1100000 11010

Color Harmonies of #840322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840322

Black with #840322

Text Example


Text Example

White with #840322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840322; }

 p { color: rgb(132,3,34); }

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

background-color css

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

 a { background-color: rgb(132,3,34); }

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

border-color css

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

 span { border-color: rgb(132,3,34); }

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