#71051B

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

Shades of Burgundy #71051B

Tints of Burgundy #71051B

Color information

#71051B (or 0x71051B) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 1B. RGB value is (113,5,27). Sum of RGB (Red+Green+Blue) = 113+5+27=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #71051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71051B is #8EFAE4. Grayscale: #272727. Windows color (decimal): -9370341 or 1770865. OLE color: 1770865.

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

Color convert

RGB113527-
CMYK00.960.760.56
HSL347.78º91.53%23.14%-
HSV(B)347.78º95.58%44.31%-
XYZ7.063.71.38-
YUV39.8120.78180.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 77.93%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=77.93%
G=3.45%
B=18.62%

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
Decimal11352700.960.760.56347.7891.5323.14
Hex7151B0604C3815c5c17
Octal16153301401147053413427
Binary111000110111011011000001001100111000101011100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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