#710B0D

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

Shades of Burgundy #710B0D

Tints of Burgundy #710B0D

Color information

#710B0D (or 0x710B0D) is unknown color: approx Burgundy. HEX triplet: 71, 0B and 0D. RGB value is (113,11,13). Sum of RGB (Red+Green+Blue) = 113+11+13=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #710B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B0D is #8EF4F2. Grayscale: #292929. Windows color (decimal): -9368819 or 854897. OLE color: 854897.

HSL color Cylindrical-coordinate representation of color #710B0D: hue angle of 358.82º 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 #710B0D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1131113-
CMYK00.900.880.56
HSL358.82º82.26%24.31%-
HSV(B)358.82º90.27%44.31%-
XYZ73.780.74-
YUV41.73111.79178.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 82.48%
GREEN value IS 11 (4.69% from 255) = 8.03%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=82.48%
G=8.03%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113111300.900.880.56358.8282.2624.31
Hex71BD05A58381675218
Octal161131501321307054712230
Binary111000110111101010110101011000111000101100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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