#710110

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

Shades of Burgundy #710110

Tints of Burgundy #710110

Color information

#710110 (or 0x710110) is unknown color: approx Burgundy. HEX triplet: 71, 01 and 10. RGB value is (113,1,16). Sum of RGB (Red+Green+Blue) = 113+1+16=130 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.92% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 113 - color contains mainly: red. Hex color #710110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710110 is #8EFEEF. Grayscale: #242424. Windows color (decimal): -9371376 or 1048945. OLE color: 1048945.

HSL color Cylindrical-coordinate representation of color #710110: hue angle of 351.96º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710110 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB113116-
CMYK00.990.860.56
HSL351.96º98.25%22.35%-
HSV(B)351.96º99.12%44.31%-
XYZ6.913.570.81-
YUV36.2116.61182.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 86.92%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=86.92%
G=0.77%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311600.990.860.56351.9698.2522.35
Hex7111006356381606216
Octal16112001431267054014226
Binary1110001110000011000111010110111000101100000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710110; }

 p { color: rgb(113,1,16); }

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

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

 a { background-color: rgb(113,1,16); }

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

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

 span { border-color: rgb(113,1,16); }

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