#710010

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

Shades of Burgundy #710010

Tints of Burgundy #710010

Color information

#710010 (or 0x710010) is unknown color: approx Burgundy. HEX triplet: 71, 00 and 10. RGB value is (113,0,16). Sum of RGB (Red+Green+Blue) = 113+0+16=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #710010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710010 is #8EFFEF. Grayscale: #232323. Windows color (decimal): -9371632 or 1048689. OLE color: 1048689.

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

Color convert

RGB113016-
CMYK010.860.56
HSL351.5º100%22.16%-
HSV(B)351.5º100%44.31%-
XYZ6.93.550.81-
YUV35.61116.94183.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 87.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=87.60%
G=0%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113016010.860.56351.510022.16
Hex7101006456381606416
Octal16102001441267054014426
Binary1110001010000011001001010110111000101100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710010; }

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

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

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

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

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

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

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

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