#710610

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

Shades of Burgundy #710610

Tints of Burgundy #710610

Color information

#710610 (or 0x710610) is unknown color: approx Burgundy. HEX triplet: 71, 06 and 10. RGB value is (113,6,16). Sum of RGB (Red+Green+Blue) = 113+6+16=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #710610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710610 is #8EF9EF. Grayscale: #272727. Windows color (decimal): -9370096 or 1050225. OLE color: 1050225.

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

Color convert

RGB113616-
CMYK00.950.860.56
HSL354.39º89.92%23.33%-
HSV(B)354.39º94.69%44.31%-
XYZ6.973.680.83-
YUV39.13114.95180.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 83.70%
GREEN value IS 6 (2.73% from 255) = 4.44%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=83.70%
G=4.44%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11361600.950.860.56354.3989.9223.33
Hex7161005F56381625a17
Octal16162001371267054213227
Binary111000111010000010111111010110111000101100010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710610; }

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

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

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

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

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

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

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

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