Html Css Color HEX #840522 Burgundy

📋 copy color: '#840522'

red 132 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #840522

Tints of Burgundy #840522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

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

R = 77.19%
G = 2.92%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#840522 (or 0x840522) is known color: Burgundy. HEX triplet: 84, 05 and 22. RGB value is (132,5,34). Sum of RGB (Red+Green+Blue) = 132+5+34=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #840522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840522 is #7BFADD. Grayscale: #2E2E2E. Windows color (decimal): -8125150 or 2229636. OLE color: 2229636.

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

Color convert

RGB 132 5 34 -
CMYK 0 0.96 0.74 0.48
HSL 346.3º 0.93% 0.27% -
HSV(B) 346.3º 0.96% 0.52% -
XYZ 9.86 5.13 1.98 -
YUV 46.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 132 5 34 0 0.96 0.74 0.48 346.3 0.93 0.27
Hex 84 5 22 0 60 4A 30 15A 5D 1B
Octal 204 5 42 0 140 112 60 532 135 33
Binary 10000100 101 100010 0 1100000 1001010 110000 101011010 1011101 11011

Color Harmonies of #840522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840522

Black with #840522

Text Example


Text Example

White with #840522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840522; }

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

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

background-color css

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

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

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

border-color css

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

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

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