Html Css Color HEX #840529 Burgundy

📋 copy color: '#840529'

red 132 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #840529

Tints of Burgundy #840529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 74.16%
G = 2.81%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#840529 (or 0x840529) is known color: Burgundy. HEX triplet: 84, 05 and 29. RGB value is (132,5,41). Sum of RGB (Red+Green+Blue) = 132+5+41=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #840529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840529 is #7BFAD6. Grayscale: #2F2F2F. Windows color (decimal): -8125143 or 2688388. OLE color: 2688388.

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

Color convert

RGB 132 5 41 -
CMYK 0 0.96 0.69 0.48
HSL 342.99º 0.93% 0.27% -
HSV(B) 342.99º 0.96% 0.52% -
XYZ 9.97 5.17 2.57 -
YUV 47.08 124.58 188.57 -
System Red Green Blue C M Y K H S L
Decimal 132 5 41 0 0.96 0.69 0.48 342.99 0.93 0.27
Hex 84 5 29 0 60 45 30 157 5D 1B
Octal 204 5 51 0 140 105 60 527 135 33
Binary 10000100 101 101001 0 1100000 1000101 110000 101010111 1011101 11011

Color Harmonies of #840529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840529

Black with #840529

Text Example


Text Example

White with #840529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840529; }

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

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

background-color css

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

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

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

border-color css

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

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

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