#710914

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

Shades of Burgundy #710914

Tints of Burgundy #710914

Color information

#710914 (or 0x710914) is unknown color: approx Burgundy. HEX triplet: 71, 09 and 14. RGB value is (113,9,20). Sum of RGB (Red+Green+Blue) = 113+9+20=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #710914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710914 is #8EF6EB. Grayscale: #292929. Windows color (decimal): -9369324 or 1313137. OLE color: 1313137.

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

Color convert

RGB113920-
CMYK00.920.820.56
HSL353.65º85.25%23.92%-
HSV(B)353.65º92.04%44.31%-
XYZ7.033.761.02-
YUV41.35115.96179.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.58%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=79.58%
G=6.34%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11392000.920.820.56353.6585.2523.92
Hex7191405C52381625518
Octal161112401341227054212530
Binary1110001100110100010111001010010111000101100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710914; }

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

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

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

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

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

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

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

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