Html Css Color HEX #840836 Burgundy

📋 copy color: '#840836'

red 132 ◦ green 8 ◦ blue 54

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

Shades of Burgundy #840836

Tints of Burgundy #840836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 68.04%
G = 4.12%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#840836 (or 0x840836) is known color: Burgundy. HEX triplet: 84, 08 and 36. RGB value is (132,8,54). Sum of RGB (Red+Green+Blue) = 132+8+54=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #840836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840836 is #7BF7C9. Grayscale: #323232. Windows color (decimal): -8124362 or 3541124. OLE color: 3541124.

HSL color Cylindrical-coordinate representation of color #840836: hue angle of 337.74º 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 #840836 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 54 -
CMYK 0 0.94 0.59 0.48
HSL 337.74º 0.89% 0.27% -
HSV(B) 337.74º 0.94% 0.52% -
XYZ 10.27 5.35 3.98 -
YUV 50.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 132 8 54 0 0.94 0.59 0.48 337.74 0.89 0.27
Hex 84 8 36 0 5E 3B 30 152 59 1B
Octal 204 10 66 0 136 73 60 522 131 33
Binary 10000100 1000 110110 0 1011110 111011 110000 101010010 1011001 11011

Color Harmonies of #840836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840836

Black with #840836

Text Example


Text Example

White with #840836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840836; }

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

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

background-color css

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

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

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

border-color css

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

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

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