Html Css Color HEX #840D29 Burgundy

📋 copy color: '#840D29'

red 132 ◦ green 13 ◦ blue 41

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

Shades of Burgundy #840D29

Tints of Burgundy #840D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.04%

R = 70.97%
G = 6.99%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#840D29 (or 0x840D29) is known color: Burgundy. HEX triplet: 84, 0D and 29. RGB value is (132,13,41). Sum of RGB (Red+Green+Blue) = 132+13+41=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #840D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D29 is #7BF2D6. Grayscale: #333333. Windows color (decimal): -8123095 or 2690436. OLE color: 2690436.

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

Color convert

RGB 132 13 41 -
CMYK 0 0.90 0.69 0.48
HSL 345.88º 0.82% 0.28% -
HSV(B) 345.88º 0.9% 0.52% -
XYZ 10.06 5.35 2.6 -
YUV 51.77 121.92 185.22 -
System Red Green Blue C M Y K H S L
Decimal 132 13 41 0 0.90 0.69 0.48 345.88 0.82 0.28
Hex 84 D 29 0 5A 45 30 15A 52 1C
Octal 204 15 51 0 132 105 60 532 122 34
Binary 10000100 1101 101001 0 1011010 1000101 110000 101011010 1010010 11100

Color Harmonies of #840D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D29

Black with #840D29

Text Example


Text Example

White with #840D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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