#840114

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

Shades of Burgundy #840114

Tints of Burgundy #840114

Color information

#840114 (or 0x840114) is unknown color: approx Burgundy. HEX triplet: 84, 01 and 14. RGB value is (132,1,20). Sum of RGB (Red+Green+Blue) = 132+1+20=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #840114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840114 is #7BFEEB. Grayscale: #2A2A2A. Windows color (decimal): -8126188 or 1311108. OLE color: 1311108.

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

Color convert

RGB132120-
CMYK00.990.850.48
HSL351.3º98.5%26.08%-
HSV(B)351.3º99.24%51.76%-
XYZ9.654.981.11-
YUV42.34115.4191.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.27%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=86.27%
G=0.65%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212000.990.850.48351.398.526.08
Hex84114063553015f621a
Octal20412401431256053714232
Binary10000100110100011000111010101110000101011111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840114; }

 p { color: rgb(132,1,20); }

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

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

 a { background-color: rgb(132,1,20); }

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

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

 span { border-color: rgb(132,1,20); }

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