#71081C

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

Shades of Burgundy #71081C

Tints of Burgundy #71081C

Color information

#71081C (or 0x71081C) is unknown color: approx Burgundy. HEX triplet: 71, 08 and 1C. RGB value is (113,8,28). Sum of RGB (Red+Green+Blue) = 113+8+28=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #71081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71081C is #8EF7E3. Grayscale: #292929. Windows color (decimal): -9369572 or 1837169. OLE color: 1837169.

HSL color Cylindrical-coordinate representation of color #71081C: hue angle of 348.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71081C is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB113828-
CMYK00.930.750.56
HSL348.57º86.78%23.73%-
HSV(B)348.57º92.92%44.31%-
XYZ7.113.771.45-
YUV41.68120.29178.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 75.84%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=75.84%
G=5.37%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11382800.930.750.56348.5786.7823.73
Hex7181C05D4B3815d5718
Octal161103401351137053512730
Binary1110001100011100010111011001011111000101011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71081C; }

 p { color: rgb(113,8,28); }

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

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

 a { background-color: rgb(113,8,28); }

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

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

 span { border-color: rgb(113,8,28); }

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