#840017

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

Shades of Burgundy #840017

Tints of Burgundy #840017

Color information

#840017 (or 0x840017) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 17. RGB value is (132,0,23). Sum of RGB (Red+Green+Blue) = 132+0+23=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #840017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840017 is #7BFFE8. Grayscale: #2A2A2A. Windows color (decimal): -8126441 or 1507460. OLE color: 1507460.

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

Color convert

RGB132023-
CMYK010.830.48
HSL349.55º100%25.88%-
HSV(B)349.55º100%51.76%-
XYZ9.674.971.26-
YUV42.09117.23192.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 85.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=85.16%
G=0%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132023010.830.48349.5510025.88
Hex84017064533015e641a
Octal20402701441236053614432
Binary10000100010111011001001010011110000101011110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840017; }

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

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

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

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

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

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

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

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