Html Css Color HEX #840822 Burgundy

📋 copy color: '#840822'

red 132 ◦ green 8 ◦ blue 34

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

Shades of Burgundy #840822

Tints of Burgundy #840822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

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

R = 75.86%
G = 4.6%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#840822 (or 0x840822) is known color: Burgundy. HEX triplet: 84, 08 and 22. RGB value is (132,8,34). Sum of RGB (Red+Green+Blue) = 132+8+34=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #840822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840822 is #7BF7DD. Grayscale: #303030. Windows color (decimal): -8124382 or 2230404. OLE color: 2230404.

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

Color convert

RGB 132 8 34 -
CMYK 0 0.94 0.74 0.48
HSL 347.42º 0.89% 0.27% -
HSV(B) 347.42º 0.94% 0.52% -
XYZ 9.89 5.19 1.99 -
YUV 48.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 132 8 34 0 0.94 0.74 0.48 347.42 0.89 0.27
Hex 84 8 22 0 5E 4A 30 15B 59 1B
Octal 204 10 42 0 136 112 60 533 131 33
Binary 10000100 1000 100010 0 1011110 1001010 110000 101011011 1011001 11011

Color Harmonies of #840822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840822

Black with #840822

Text Example


Text Example

White with #840822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840822; }

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

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

background-color css

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

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

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

border-color css

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

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

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