#710C1F

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

Shades of Burgundy #710C1F

Tints of Burgundy #710C1F

Color information

#710C1F (or 0x710C1F) is unknown color: approx Burgundy. HEX triplet: 71, 0C and 1F. RGB value is (113,12,31). Sum of RGB (Red+Green+Blue) = 113+12+31=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #710C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C1F is #8EF3E0. Grayscale: #2C2C2C. Windows color (decimal): -9368545 or 2034801. OLE color: 2034801.

HSL color Cylindrical-coordinate representation of color #710C1F: hue angle of 348.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C1F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1131231-
CMYK00.890.730.56
HSL348.71º80.8%24.51%-
HSV(B)348.71º89.38%44.31%-
XYZ7.193.871.66-
YUV44.36120.46176.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.44%
GREEN value IS 12 (5.08% from 255) = 7.69%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=72.44%
G=7.69%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113123100.890.730.56348.7180.824.51
Hex71C1F059493815d5119
Octal161143701311117053512131
Binary1110001110011111010110011001001111000101011101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,12,31); }

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

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

 a { background-color: rgb(113,12,31); }

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

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

 span { border-color: rgb(113,12,31); }

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