Html Css Color HEX #840D1D Burgundy

📋 copy color: '#840D1D'

red 132 ◦ green 13 ◦ blue 29

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

Shades of Burgundy #840D1D

Tints of Burgundy #840D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.47%

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 75.86%
G = 7.47%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#840D1D (or 0x840D1D) is known color: Burgundy. HEX triplet: 84, 0D and 1D. RGB value is (132,13,29). Sum of RGB (Red+Green+Blue) = 132+13+29=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #840D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D1D is #7BF2E2. Grayscale: #323232. Windows color (decimal): -8123107 or 1904004. OLE color: 1904004.

HSL color Cylindrical-coordinate representation of color #840D1D: hue angle of 351.93º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D1D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 29 -
CMYK 0 0.90 0.78 0.48
HSL 351.93º 0.82% 0.28% -
HSV(B) 351.93º 0.9% 0.52% -
XYZ 9.88 5.28 1.66 -
YUV 50.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 132 13 29 0 0.90 0.78 0.48 351.93 0.82 0.28
Hex 84 D 1D 0 5A 4E 30 160 52 1C
Octal 204 15 35 0 132 116 60 540 122 34
Binary 10000100 1101 11101 0 1011010 1001110 110000 101100000 1010010 11100

Color Harmonies of #840D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D1D

Black with #840D1D

Text Example


Text Example

White with #840D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,13,29); }

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

background-color css

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

 a { background-color: rgb(132,13,29); }

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

border-color css

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

 span { border-color: rgb(132,13,29); }

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