Html Css Color HEX #840029 Burgundy

📋 copy color: '#840029'

red 132 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #840029

Tints of Burgundy #840029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.3%
G = 0%
B = 23.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#840029 (or 0x840029) is known color: Burgundy. HEX triplet: 84, 00 and 29. RGB value is (132,0,41). Sum of RGB (Red+Green+Blue) = 132+0+41=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #840029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840029 is #7BFFD6. Grayscale: #2C2C2C. Windows color (decimal): -8126423 or 2687108. OLE color: 2687108.

HSL color Cylindrical-coordinate representation of color #840029: hue angle of 341.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840029 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 41 -
CMYK 0 1 0.69 0.48
HSL 341.36º 1% 0.26% -
HSV(B) 341.36º 1% 0.52% -
XYZ 9.92 5.07 2.55 -
YUV 44.14 126.23 190.67 -
System Red Green Blue C M Y K H S L
Decimal 132 0 41 0 1 0.69 0.48 341.36 1 0.26
Hex 84 0 29 0 64 45 30 155 64 1A
Octal 204 0 51 0 144 105 60 525 144 32
Binary 10000100 0 101001 0 1100100 1000101 110000 101010101 1100100 11010

Color Harmonies of #840029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840029

Black with #840029

Text Example


Text Example

White with #840029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840029; }

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

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

background-color css

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

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

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

border-color css

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

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

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