Html Css Color HEX #840E1B Burgundy

📋 copy color: '#840E1B'

red 132 ◦ green 14 ◦ blue 27

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

Shades of Burgundy #840E1B

Tints of Burgundy #840E1B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.09%

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 76.3%
G = 8.09%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#840E1B (or 0x840E1B) is known color: Burgundy. HEX triplet: 84, 0E and 1B. RGB value is (132,14,27). Sum of RGB (Red+Green+Blue) = 132+14+27=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #840E1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840E1B is #7BF1E4. Grayscale: #323232. Windows color (decimal): -8122853 or 1773188. OLE color: 1773188.

HSL color Cylindrical-coordinate representation of color #840E1B: hue angle of 353.39º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E1B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 14 27 -
CMYK 0 0.89 0.80 0.48
HSL 353.39º 0.81% 0.29% -
HSV(B) 353.39º 0.89% 0.52% -
XYZ 9.87 5.3 1.54 -
YUV 50.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 132 14 27 0 0.89 0.80 0.48 353.39 0.81 0.29
Hex 84 E 1B 0 59 50 30 161 51 1D
Octal 204 16 33 0 131 120 60 541 121 35
Binary 10000100 1110 11011 0 1011001 1010000 110000 101100001 1010001 11101

Color Harmonies of #840E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840E1B

Black with #840E1B

Text Example


Text Example

White with #840E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,14,27); }

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

background-color css

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

 a { background-color: rgb(132,14,27); }

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

border-color css

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

 span { border-color: rgb(132,14,27); }

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