Html Css Color HEX #841129 Burgundy

📋 copy color: '#841129'

red 132 ◦ green 17 ◦ blue 41

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

Shades of Burgundy #841129

Tints of Burgundy #841129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.95%

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

R = 69.47%
G = 8.95%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#841129 (or 0x841129) is known color: Burgundy. HEX triplet: 84, 11 and 29. RGB value is (132,17,41). Sum of RGB (Red+Green+Blue) = 132+17+41=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #841129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841129 is #7BEED6. Grayscale: #363636. Windows color (decimal): -8122071 or 2691460. OLE color: 2691460.

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

Color convert

RGB 132 17 41 -
CMYK 0 0.87 0.69 0.48
HSL 347.48º 0.77% 0.29% -
HSV(B) 347.48º 0.87% 0.52% -
XYZ 10.12 5.47 2.62 -
YUV 54.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 132 17 41 0 0.87 0.69 0.48 347.48 0.77 0.29
Hex 84 11 29 0 57 45 30 15B 4D 1D
Octal 204 21 51 0 127 105 60 533 115 35
Binary 10000100 10001 101001 0 1010111 1000101 110000 101011011 1001101 11101

Color Harmonies of #841129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841129

Black with #841129

Text Example


Text Example

White with #841129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841129; }

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

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

background-color css

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

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

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

border-color css

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

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

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