#71070C

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

Shades of Burgundy #71070C

Tints of Burgundy #71070C

Color information

#71070C (or 0x71070C) is unknown color: approx Burgundy. HEX triplet: 71, 07 and 0C. RGB value is (113,7,12). Sum of RGB (Red+Green+Blue) = 113+7+12=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #71070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71070C is #8EF8F3. Grayscale: #272727. Windows color (decimal): -9369844 or 788337. OLE color: 788337.

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

Color convert

RGB113712-
CMYK00.940.890.56
HSL357.17º88.33%23.53%-
HSV(B)357.17º93.81%44.31%-
XYZ6.953.690.69-
YUV39.26112.62180.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 85.61%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=85.61%
G=5.30%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11371200.940.890.56357.1788.3323.53
Hex717C05E59381655818
Octal16171401361317054513030
Binary11100011111100010111101011001111000101100101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,7,12); }

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

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

 a { background-color: rgb(113,7,12); }

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

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

 span { border-color: rgb(113,7,12); }

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