#710714

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

Shades of Burgundy #710714

Tints of Burgundy #710714

Color information

#710714 (or 0x710714) is unknown color: approx Burgundy. HEX triplet: 71, 07 and 14. RGB value is (113,7,20). Sum of RGB (Red+Green+Blue) = 113+7+20=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #710714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710714 is #8EF8EB. Grayscale: #282828. Windows color (decimal): -9369836 or 1312625. OLE color: 1312625.

HSL color Cylindrical-coordinate representation of color #710714: hue angle of 352.64º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710714 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB113720-
CMYK00.940.820.56
HSL352.64º88.33%23.53%-
HSV(B)352.64º93.81%44.31%-
XYZ7.013.711.01-
YUV40.18116.62179.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 80.71%
GREEN value IS 7 (3.12% from 255) = 5%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=80.71%
G=5%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11372000.940.820.56352.6488.3323.53
Hex7171405E52381615818
Octal16172401361227054113030
Binary111000111110100010111101010010111000101100001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710714; }

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

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

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

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

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

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

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

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