Html Css Color HEX #840B20 Burgundy

📋 copy color: '#840B20'

red 132 ◦ green 11 ◦ blue 32

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

Shades of Burgundy #840B20

Tints of Burgundy #840B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.29%

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

R = 75.43%
G = 6.29%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#840B20 (or 0x840B20) is known color: Burgundy. HEX triplet: 84, 0B and 20. RGB value is (132,11,32). Sum of RGB (Red+Green+Blue) = 132+11+32=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #840B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840B20 is #7BF4DF. Grayscale: #313131. Windows color (decimal): -8123616 or 2100100. OLE color: 2100100.

HSL color Cylindrical-coordinate representation of color #840B20: hue angle of 349.59º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B20 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 11 32 -
CMYK 0 0.92 0.76 0.48
HSL 349.59º 0.85% 0.28% -
HSV(B) 349.59º 0.92% 0.52% -
XYZ 9.9 5.25 1.86 -
YUV 49.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 132 11 32 0 0.92 0.76 0.48 349.59 0.85 0.28
Hex 84 B 20 0 5C 4C 30 15E 55 1C
Octal 204 13 40 0 134 114 60 536 125 34
Binary 10000100 1011 100000 0 1011100 1001100 110000 101011110 1010101 11100

Color Harmonies of #840B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840B20

Black with #840B20

Text Example


Text Example

White with #840B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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