Html Css Color HEX #840336 Burgundy

📋 copy color: '#840336'

red 132 ◦ green 3 ◦ blue 54

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

Shades of Burgundy #840336

Tints of Burgundy #840336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

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

R = 69.84%
G = 1.59%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#840336 (or 0x840336) is known color: Burgundy. HEX triplet: 84, 03 and 36. RGB value is (132,3,54). Sum of RGB (Red+Green+Blue) = 132+3+54=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #840336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840336 is #7BFCC9. Grayscale: #2F2F2F. Windows color (decimal): -8125642 or 3539844. OLE color: 3539844.

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

Color convert

RGB 132 3 54 -
CMYK 0 0.98 0.59 0.48
HSL 336.28º 0.96% 0.26% -
HSV(B) 336.28º 0.98% 0.52% -
XYZ 10.21 5.24 3.96 -
YUV 47.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 132 3 54 0 0.98 0.59 0.48 336.28 0.96 0.26
Hex 84 3 36 0 62 3B 30 150 60 1A
Octal 204 3 66 0 142 73 60 520 140 32
Binary 10000100 11 110110 0 1100010 111011 110000 101010000 1100000 11010

Color Harmonies of #840336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840336

Black with #840336

Text Example


Text Example

White with #840336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840336; }

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

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

background-color css

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

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

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

border-color css

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

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

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