#740712

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

Shades of Burgundy #740712

Tints of Burgundy #740712

Color information

#740712 (or 0x740712) is unknown color: approx Burgundy. HEX triplet: 74, 07 and 12. RGB value is (116,7,18). Sum of RGB (Red+Green+Blue) = 116+7+18=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #740712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740712 is #8BF8ED. Grayscale: #282828. Windows color (decimal): -9173230 or 1181556. OLE color: 1181556.

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

Color convert

RGB116718-
CMYK00.940.840.55
HSL353.94º88.62%24.12%-
HSV(B)353.94º93.97%45.49%-
XYZ7.393.910.94-
YUV40.84115.11181.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 82.27%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=82.27%
G=4.96%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11671800.940.840.55353.9488.6224.12
Hex7471205E54371625918
Octal16472201361246754213130
Binary111010011110010010111101010100110111101100010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740712; }

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

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

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

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

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

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

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

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