Html Css Color HEX #840036 Burgundy

📋 copy color: '#840036'

red 132 ◦ green 0 ◦ blue 54

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

Shades of Burgundy #840036

Tints of Burgundy #840036

RGB

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

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

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

R = 70.97%
G = 0%
B = 29.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#840036 (or 0x840036) is known color: Burgundy. HEX triplet: 84, 00 and 36. RGB value is (132,0,54). Sum of RGB (Red+Green+Blue) = 132+0+54=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #840036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840036 is #7BFFC9. Grayscale: #2D2D2D. Windows color (decimal): -8126410 or 3539076. OLE color: 3539076.

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

Color convert

RGB 132 0 54 -
CMYK 0 1 0.59 0.48
HSL 335.45º 1% 0.26% -
HSV(B) 335.45º 1% 0.52% -
XYZ 10.18 5.17 3.95 -
YUV 45.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 132 0 54 0 1 0.59 0.48 335.45 1 0.26
Hex 84 0 36 0 64 3B 30 14F 64 1A
Octal 204 0 66 0 144 73 60 517 144 32
Binary 10000100 0 110110 0 1100100 111011 110000 101001111 1100100 11010

Color Harmonies of #840036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840036

Black with #840036

Text Example


Text Example

White with #840036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840036; }

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

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

background-color css

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

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

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

border-color css

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

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

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