#710B1B

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

Shades of Burgundy #710B1B

Tints of Burgundy #710B1B

Color information

#710B1B (or 0x710B1B) is unknown color: approx Burgundy. HEX triplet: 71, 0B and 1B. RGB value is (113,11,27). Sum of RGB (Red+Green+Blue) = 113+11+27=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #710B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B1B is #8EF4E4. Grayscale: #2B2B2B. Windows color (decimal): -9368805 or 1772401. OLE color: 1772401.

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

Color convert

RGB1131127-
CMYK00.900.760.56
HSL350.59º82.26%24.31%-
HSV(B)350.59º90.27%44.31%-
XYZ7.133.831.4-
YUV43.32118.79177.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 74.83%
GREEN value IS 11 (4.69% from 255) = 7.28%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=74.83%
G=7.28%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113112700.900.760.56350.5982.2624.31
Hex71B1B05A4C3815f5218
Octal161133301321147053712230
Binary1110001101111011010110101001100111000101011111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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