Html Css Color HEX #840020 Burgundy

📋 copy color: '#840020'

red 132 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #840020

Tints of Burgundy #840020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.51%

R = 80.49%
G = 0%
B = 19.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#840020 (or 0x840020) is known color: Burgundy. HEX triplet: 84, 00 and 20. RGB value is (132,0,32). Sum of RGB (Red+Green+Blue) = 132+0+32=164 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.49% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 132 - color contains mainly: red. Hex color #840020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840020 is #7BFFDF. Grayscale: #2B2B2B. Windows color (decimal): -8126432 or 2097284. OLE color: 2097284.

HSL color Cylindrical-coordinate representation of color #840020: hue angle of 345.45º 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 #840020 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 32 -
CMYK 0 1 0.76 0.48
HSL 345.45º 1% 0.26% -
HSV(B) 345.45º 1% 0.52% -
XYZ 9.78 5.01 1.82 -
YUV 43.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 132 0 32 0 1 0.76 0.48 345.45 1 0.26
Hex 84 0 20 0 64 4C 30 159 64 1A
Octal 204 0 40 0 144 114 60 531 144 32
Binary 10000100 0 100000 0 1100100 1001100 110000 101011001 1100100 11010

Color Harmonies of #840020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840020

Black with #840020

Text Example


Text Example

White with #840020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840020; }

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

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

background-color css

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

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

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

border-color css

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

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

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