#840014

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

Shades of Burgundy #840014

Tints of Burgundy #840014

Color information

#840014 (or 0x840014) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 14. RGB value is (132,0,20). Sum of RGB (Red+Green+Blue) = 132+0+20=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #840014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840014 is #7BFFEB. Grayscale: #292929. Windows color (decimal): -8126444 or 1310852. OLE color: 1310852.

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

Color convert

RGB132020-
CMYK010.850.48
HSL350.91º100%25.88%-
HSV(B)350.91º100%51.76%-
XYZ9.644.961.11-
YUV41.75115.73192.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=86.84%
G=0%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132020010.850.48350.9110025.88
Hex84014064553015f641a
Octal20402401441256053714432
Binary10000100010100011001001010101110000101011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840014; }

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

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

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

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

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

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

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

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