#710617

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

Shades of Burgundy #710617

Tints of Burgundy #710617

Color information

#710617 (or 0x710617) is unknown color: approx Burgundy. HEX triplet: 71, 06 and 17. RGB value is (113,6,23). Sum of RGB (Red+Green+Blue) = 113+6+23=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #710617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710617 is #8EF9E8. Grayscale: #272727. Windows color (decimal): -9370089 or 1508977. OLE color: 1508977.

HSL color Cylindrical-coordinate representation of color #710617: hue angle of 350.47º 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 #710617 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB113623-
CMYK00.950.800.56
HSL350.47º89.92%23.33%-
HSV(B)350.47º94.69%44.31%-
XYZ7.033.71.15-
YUV39.93118.45180.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.58%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=79.58%
G=4.23%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11362300.950.800.56350.4789.9223.33
Hex7161705F503815e5a17
Octal16162701371207053613227
Binary111000111010111010111111010000111000101011110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710617; }

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

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

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

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

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

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

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

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