#740715

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

Shades of Burgundy #740715

Tints of Burgundy #740715

Color information

#740715 (or 0x740715) is unknown color: approx Burgundy. HEX triplet: 74, 07 and 15. RGB value is (116,7,21). Sum of RGB (Red+Green+Blue) = 116+7+21=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #740715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740715 is #8BF8EA. Grayscale: #292929. Windows color (decimal): -9173227 or 1378164. OLE color: 1378164.

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

Color convert

RGB116721-
CMYK00.940.820.55
HSL352.29º88.62%24.12%-
HSV(B)352.29º93.97%45.49%-
XYZ7.413.921.08-
YUV41.19116.61181.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 80.56%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=80.56%
G=4.86%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11672100.940.820.55352.2988.6224.12
Hex7471505E52371605918
Octal16472501361226754013130
Binary111010011110101010111101010010110111101100000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740715; }

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

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

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

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

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

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

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

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