#71041A

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

Shades of Burgundy #71041A

Tints of Burgundy #71041A

Color information

#71041A (or 0x71041A) is unknown color: approx Burgundy. HEX triplet: 71, 04 and 1A. RGB value is (113,4,26). Sum of RGB (Red+Green+Blue) = 113+4+26=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #71041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71041A is #8EFBE5. Grayscale: #272727. Windows color (decimal): -9370598 or 1705073. OLE color: 1705073.

HSL color Cylindrical-coordinate representation of color #71041A: hue angle of 347.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71041A is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB113426-
CMYK00.960.770.56
HSL347.89º93.16%22.94%-
HSV(B)347.89º96.46%44.31%-
XYZ7.043.671.32-
YUV39.1120.61180.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.02%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=79.02%
G=2.80%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11342600.960.770.56347.8993.1622.94
Hex7141A0604D3815c5d17
Octal16143201401157053413527
Binary111000110011010011000001001101111000101011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71041A; }

 p { color: rgb(113,4,26); }

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

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

 a { background-color: rgb(113,4,26); }

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

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

 span { border-color: rgb(113,4,26); }

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