Html Css Color HEX #840434 Burgundy

📋 copy color: '#840434'

red 132 ◦ green 4 ◦ blue 52

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

Shades of Burgundy #840434

Tints of Burgundy #840434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 70.21%
G = 2.13%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#840434 (or 0x840434) is known color: Burgundy. HEX triplet: 84, 04 and 34. RGB value is (132,4,52). Sum of RGB (Red+Green+Blue) = 132+4+52=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #840434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840434 is #7BFBCB. Grayscale: #2F2F2F. Windows color (decimal): -8125388 or 3409028. OLE color: 3409028.

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

Color convert

RGB 132 4 52 -
CMYK 0 0.97 0.61 0.48
HSL 337.5º 0.94% 0.27% -
HSV(B) 337.5º 0.97% 0.52% -
XYZ 10.18 5.24 3.72 -
YUV 47.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 132 4 52 0 0.97 0.61 0.48 337.5 0.94 0.27
Hex 84 4 34 0 61 3D 30 152 5E 1B
Octal 204 4 64 0 141 75 60 522 136 33
Binary 10000100 100 110100 0 1100001 111101 110000 101010010 1011110 11011

Color Harmonies of #840434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840434

Black with #840434

Text Example


Text Example

White with #840434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840434; }

 p { color: rgb(132,4,52); }

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

background-color css

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

 a { background-color: rgb(132,4,52); }

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

border-color css

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

 span { border-color: rgb(132,4,52); }

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