#841126

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

Shades of Burgundy #841126

Tints of Burgundy #841126

Color information

#841126 (or 0x841126) is unknown color: approx Burgundy. HEX triplet: 84, 11 and 26. RGB value is (132,17,38). Sum of RGB (Red+Green+Blue) = 132+17+38=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #841126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841126 is #7BEED9. Grayscale: #353535. Windows color (decimal): -8122074 or 2494852. OLE color: 2494852.

HSL color Cylindrical-coordinate representation of color #841126: hue angle of 349.04º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841126 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1321738-
CMYK00.870.710.48
HSL349.04º77.18%29.22%-
HSV(B)349.04º87.12%51.76%-
XYZ10.075.452.35-
YUV53.78119.1183.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.59%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=70.59%
G=9.09%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132173800.870.710.48349.0477.1829.22
Hex841126057473015d4d1d
Octal204214601271076053511535
Binary1000010010001100110010101111000111110000101011101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841126; }

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

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

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

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

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

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

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

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