#71062E

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

Shades of Burgundy #71062E

Tints of Burgundy #71062E

Color information

#71062E (or 0x71062E) is unknown color: approx Burgundy. HEX triplet: 71, 06 and 2E. RGB value is (113,6,46). Sum of RGB (Red+Green+Blue) = 113+6+46=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71062E is #8EF9D1. Grayscale: #2A2A2A. Windows color (decimal): -9370066 or 3016305. OLE color: 3016305.

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

Color convert

RGB113646-
CMYK00.950.590.56
HSL337.57º89.92%23.33%-
HSV(B)337.57º94.69%44.31%-
XYZ7.373.842.94-
YUV42.55129.95178.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.48%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=68.48%
G=3.64%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11364600.950.590.56337.5789.9223.33
Hex7162E05F3B381525a17
Octal1616560137737052213227
Binary111000111010111001011111111011111000101010010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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