Html Css Color HEX #840034 Burgundy

📋 copy color: '#840034'

red 132 ◦ green 0 ◦ blue 52

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

Shades of Burgundy #840034

Tints of Burgundy #840034

RGB

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

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

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

R = 71.74%
G = 0%
B = 28.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#840034 (or 0x840034) is known color: Burgundy. HEX triplet: 84, 00 and 34. RGB value is (132,0,52). Sum of RGB (Red+Green+Blue) = 132+0+52=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #840034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840034 is #7BFFCB. Grayscale: #2D2D2D. Windows color (decimal): -8126412 or 3408004. OLE color: 3408004.

HSL color Cylindrical-coordinate representation of color #840034: hue angle of 336.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 #840034 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 52 -
CMYK 0 1 0.61 0.48
HSL 336.36º 1% 0.26% -
HSV(B) 336.36º 1% 0.52% -
XYZ 10.14 5.15 3.71 -
YUV 45.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 132 0 52 0 1 0.61 0.48 336.36 1 0.26
Hex 84 0 34 0 64 3D 30 150 64 1A
Octal 204 0 64 0 144 75 60 520 144 32
Binary 10000100 0 110100 0 1100100 111101 110000 101010000 1100100 11010

Color Harmonies of #840034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840034

Black with #840034

Text Example


Text Example

White with #840034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840034; }

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

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

background-color css

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

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

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

border-color css

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

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

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