#740717

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

Shades of Burgundy #740717

Tints of Burgundy #740717

Color information

#740717 (or 0x740717) is unknown color: approx Burgundy. HEX triplet: 74, 07 and 17. RGB value is (116,7,23). Sum of RGB (Red+Green+Blue) = 116+7+23=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #740717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740717 is #8BF8E8. Grayscale: #292929. Windows color (decimal): -9173225 or 1509236. OLE color: 1509236.

HSL color Cylindrical-coordinate representation of color #740717: hue angle of 351.19º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740717 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB116723-
CMYK00.940.800.55
HSL351.19º88.62%24.12%-
HSV(B)351.19º93.97%45.49%-
XYZ7.433.931.18-
YUV41.42117.61181.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 79.45%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 23 (9.38% from 255) = 15.75%
R=79.45%
G=4.79%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11672300.940.800.55351.1988.6224.12
Hex7471705E503715f5918
Octal16472701361206753713130
Binary111010011110111010111101010000110111101011111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740717; }

 p { color: rgb(116,7,23); }

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

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

 a { background-color: rgb(116,7,23); }

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

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

 span { border-color: rgb(116,7,23); }

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