#71041B

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

Shades of Burgundy #71041B

Tints of Burgundy #71041B

Color information

#71041B (or 0x71041B) is unknown color: approx Burgundy. HEX triplet: 71, 04 and 1B. RGB value is (113,4,27). Sum of RGB (Red+Green+Blue) = 113+4+27=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #71041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71041B is #8EFBE4. Grayscale: #272727. Windows color (decimal): -9370597 or 1770609. OLE color: 1770609.

HSL color Cylindrical-coordinate representation of color #71041B: hue angle of 347.34º 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 #71041B is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB113427-
CMYK00.960.760.56
HSL347.34º93.16%22.94%-
HSV(B)347.34º96.46%44.31%-
XYZ7.053.681.37-
YUV39.21121.11180.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 78.47%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=78.47%
G=2.78%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11342700.960.760.56347.3493.1622.94
Hex7141B0604C3815b5d17
Octal16143301401147053313527
Binary111000110011011011000001001100111000101011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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