Html Css Color HEX #840129 Burgundy

📋 copy color: '#840129'

red 132 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #840129

Tints of Burgundy #840129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 75.86%
G = 0.57%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#840129 (or 0x840129) is known color: Burgundy. HEX triplet: 84, 01 and 29. RGB value is (132,1,41). Sum of RGB (Red+Green+Blue) = 132+1+41=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #840129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840129 is #7BFED6. Grayscale: #2C2C2C. Windows color (decimal): -8126167 or 2687364. OLE color: 2687364.

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

Color convert

RGB 132 1 41 -
CMYK 0 0.99 0.69 0.48
HSL 341.68º 0.98% 0.26% -
HSV(B) 341.68º 0.99% 0.52% -
XYZ 9.93 5.09 2.56 -
YUV 44.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 132 1 41 0 0.99 0.69 0.48 341.68 0.98 0.26
Hex 84 1 29 0 63 45 30 156 62 1A
Octal 204 1 51 0 143 105 60 526 142 32
Binary 10000100 1 101001 0 1100011 1000101 110000 101010110 1100010 11010

Color Harmonies of #840129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840129

Black with #840129

Text Example


Text Example

White with #840129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840129; }

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

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

background-color css

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

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

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

border-color css

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

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

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