#840126

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

Shades of Burgundy #840126

Tints of Burgundy #840126

Color information

#840126 (or 0x840126) is unknown color: approx Burgundy. HEX triplet: 84, 01 and 26. RGB value is (132,1,38). Sum of RGB (Red+Green+Blue) = 132+1+38=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #840126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840126 is #7BFED9. Grayscale: #2C2C2C. Windows color (decimal): -8126170 or 2490756. OLE color: 2490756.

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

Color convert

RGB132138-
CMYK00.990.710.48
HSL343.05º98.5%26.08%-
HSV(B)343.05º99.24%51.76%-
XYZ9.885.072.29-
YUV44.39124.4190.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 38 (15.23% from 255) = 22.22%
R=77.19%
G=0.58%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213800.990.710.48343.0598.526.08
Hex841260634730157621a
Octal20414601431076052714232
Binary100001001100110011000111000111110000101010111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840126; }

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

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

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

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

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

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

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

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