Html Css Color HEX #840B2C Burgundy

📋 copy color: '#840B2C'

red 132 ◦ green 11 ◦ blue 44

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

Shades of Burgundy #840B2C

Tints of Burgundy #840B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.53%

R = 70.59%
G = 5.88%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#840B2C (or 0x840B2C) is known color: Burgundy. HEX triplet: 84, 0B and 2C. RGB value is (132,11,44). Sum of RGB (Red+Green+Blue) = 132+11+44=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #840B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840B2C is #7BF4D3. Grayscale: #323232. Windows color (decimal): -8123604 or 2886532. OLE color: 2886532.

HSL color Cylindrical-coordinate representation of color #840B2C: hue angle of 343.64º 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 #840B2C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 11 44 -
CMYK 0 0.92 0.67 0.48
HSL 343.64º 0.85% 0.28% -
HSV(B) 343.64º 0.92% 0.52% -
XYZ 10.09 5.33 2.88 -
YUV 50.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 132 11 44 0 0.92 0.67 0.48 343.64 0.85 0.28
Hex 84 B 2C 0 5C 43 30 158 55 1C
Octal 204 13 54 0 134 103 60 530 125 34
Binary 10000100 1011 101100 0 1011100 1000011 110000 101011000 1010101 11100

Color Harmonies of #840B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840B2C

Black with #840B2C

Text Example


Text Example

White with #840B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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