Html Css Color HEX #840A1D Burgundy

📋 copy color: '#840A1D'

red 132 ◦ green 10 ◦ blue 29

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

Shades of Burgundy #840A1D

Tints of Burgundy #840A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.85%

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

R = 77.19%
G = 5.85%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#840A1D (or 0x840A1D) is known color: Burgundy. HEX triplet: 84, 0A and 1D. RGB value is (132,10,29). Sum of RGB (Red+Green+Blue) = 132+10+29=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #840A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840A1D is #7BF5E2. Grayscale: #303030. Windows color (decimal): -8123875 or 1903236. OLE color: 1903236.

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

Color convert

RGB 132 10 29 -
CMYK 0 0.92 0.78 0.48
HSL 350.66º 0.86% 0.28% -
HSV(B) 350.66º 0.92% 0.52% -
XYZ 9.85 5.21 1.65 -
YUV 48.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 132 10 29 0 0.92 0.78 0.48 350.66 0.86 0.28
Hex 84 A 1D 0 5C 4E 30 15F 56 1C
Octal 204 12 35 0 134 116 60 537 126 34
Binary 10000100 1010 11101 0 1011100 1001110 110000 101011111 1010110 11100

Color Harmonies of #840A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840A1D

Black with #840A1D

Text Example


Text Example

White with #840A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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