#84001E

Color #84001E Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #84001E

Tints of Burgundy #84001E

Color information

#84001E (or 0x84001E) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 1E. RGB value is (132,0,30). Sum of RGB (Red+Green+Blue) = 132+0+30=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #84001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84001E is #7BFFE1. Grayscale: #2A2A2A. Windows color (decimal): -8126434 or 1966212. OLE color: 1966212.

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

Color convert

RGB132030-
CMYK010.770.48
HSL346.36º100%25.88%-
HSV(B)346.36º100%51.76%-
XYZ9.7551.68-
YUV42.89120.73191.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 81.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=81.48%
G=0%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132030010.770.48346.3610025.88
Hex8401E0644D3015a641a
Octal20403601441156053214432
Binary10000100011110011001001001101110000101011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84001E; }

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

 H1.HeaderClassName
 {
   color: #84001E;
 }
 .AnyTagClassName
 {
   color: #84001E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #84001E;
 }
 .BgClassName
 {
   background-color: #84001E;
 }
</style>
border-color css

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

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

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