#71031E

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

Shades of Burgundy #71031E

Tints of Burgundy #71031E

Color information

#71031E (or 0x71031E) is unknown color: approx Burgundy. HEX triplet: 71, 03 and 1E. RGB value is (113,3,30). Sum of RGB (Red+Green+Blue) = 113+3+30=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71031E is #8EFCE1. Grayscale: #262626. Windows color (decimal): -9370850 or 1966961. OLE color: 1966961.

HSL color Cylindrical-coordinate representation of color #71031E: hue angle of 345.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71031E is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB113330-
CMYK00.970.730.56
HSL345.27º94.83%22.75%-
HSV(B)345.27º97.35%44.31%-
XYZ7.083.671.56-
YUV38.97122.94180.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 77.40%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=77.40%
G=2.05%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11333000.970.730.56345.2794.8322.75
Hex7131E06149381595f17
Octal16133601411117053113727
Binary11100011111110011000011001001111000101011001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71031E; }

 p { color: rgb(113,3,30); }

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

<style>
 a { background-color: #71031E; }

 a { background-color: rgb(113,3,30); }

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

<style>
 span { border-color: #71031E; }

 span { border-color: rgb(113,3,30); }

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