#710614

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

Shades of Burgundy #710614

Tints of Burgundy #710614

Color information

#710614 (or 0x710614) is unknown color: approx Burgundy. HEX triplet: 71, 06 and 14. RGB value is (113,6,20). Sum of RGB (Red+Green+Blue) = 113+6+20=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #710614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710614 is #8EF9EB. Grayscale: #272727. Windows color (decimal): -9370092 or 1312369. OLE color: 1312369.

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

Color convert

RGB113620-
CMYK00.950.820.56
HSL352.15º89.92%23.33%-
HSV(B)352.15º94.69%44.31%-
XYZ73.691.01-
YUV39.59116.95180.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 81.29%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=81.29%
G=4.32%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11362000.950.820.56352.1589.9223.33
Hex7161405F52381605a17
Octal16162401371227054013227
Binary111000111010100010111111010010111000101100000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710614; }

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

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

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

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

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

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

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

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