Html Css Color HEX #840834 Burgundy

📋 copy color: '#840834'

red 132 ◦ green 8 ◦ blue 52

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

Shades of Burgundy #840834

Tints of Burgundy #840834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

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

R = 68.75%
G = 4.17%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#840834 (or 0x840834) is known color: Burgundy. HEX triplet: 84, 08 and 34. RGB value is (132,8,52). Sum of RGB (Red+Green+Blue) = 132+8+52=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #840834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840834 is #7BF7CB. Grayscale: #323232. Windows color (decimal): -8124364 or 3410052. OLE color: 3410052.

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

Color convert

RGB 132 8 52 -
CMYK 0 0.94 0.61 0.48
HSL 338.71º 0.89% 0.27% -
HSV(B) 338.71º 0.94% 0.52% -
XYZ 10.22 5.33 3.74 -
YUV 50.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 132 8 52 0 0.94 0.61 0.48 338.71 0.89 0.27
Hex 84 8 34 0 5E 3D 30 153 59 1B
Octal 204 10 64 0 136 75 60 523 131 33
Binary 10000100 1000 110100 0 1011110 111101 110000 101010011 1011001 11011

Color Harmonies of #840834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840834

Black with #840834

Text Example


Text Example

White with #840834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840834; }

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

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

background-color css

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

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

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

border-color css

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

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

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