#710B2D

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

Shades of Burgundy #710B2D

Tints of Burgundy #710B2D

Color information

#710B2D (or 0x710B2D) is unknown color: approx Burgundy. HEX triplet: 71, 0B and 2D. RGB value is (113,11,45). Sum of RGB (Red+Green+Blue) = 113+11+45=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #710B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B2D is #8EF4D2. Grayscale: #2D2D2D. Windows color (decimal): -9368787 or 2952049. OLE color: 2952049.

HSL color Cylindrical-coordinate representation of color #710B2D: hue angle of 340º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B2D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1131145-
CMYK00.900.600.56
HSL340º82.26%24.31%-
HSV(B)340º90.27%44.31%-
XYZ7.43.942.85-
YUV45.37127.79176.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.86%
GREEN value IS 11 (4.69% from 255) = 6.51%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=66.86%
G=6.51%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113114500.900.600.5634082.2624.31
Hex71B2D05A3C381545218
Octal16113550132747052412230
Binary1110001101110110101011010111100111000101010100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710B2D; }

 p { color: rgb(113,11,45); }

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

<style>
 a { background-color: #710B2D; }

 a { background-color: rgb(113,11,45); }

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

<style>
 span { border-color: #710B2D; }

 span { border-color: rgb(113,11,45); }

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