#71082E

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

Shades of Burgundy #71082E

Tints of Burgundy #71082E

Color information

#71082E (or 0x71082E) is unknown color: approx Burgundy. HEX triplet: 71, 08 and 2E. RGB value is (113,8,46). Sum of RGB (Red+Green+Blue) = 113+8+46=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #71082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71082E is #8EF7D1. Grayscale: #2B2B2B. Windows color (decimal): -9369554 or 3016817. OLE color: 3016817.

HSL color Cylindrical-coordinate representation of color #71082E: hue angle of 338.29º 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 #71082E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB113846-
CMYK00.930.590.56
HSL338.29º86.78%23.73%-
HSV(B)338.29º92.92%44.31%-
XYZ7.393.882.94-
YUV43.73129.29177.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.66%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=67.66%
G=4.79%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11384600.930.590.56338.2986.7823.73
Hex7182E05D3B381525718
Octal16110560135737052212730
Binary1110001100010111001011101111011111000101010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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