#740A14

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

Shades of Burgundy #740A14

Tints of Burgundy #740A14

Color information

#740A14 (or 0x740A14) is unknown color: approx Burgundy. HEX triplet: 74, 0A and 14. RGB value is (116,10,20). Sum of RGB (Red+Green+Blue) = 116+10+20=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #740A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740A14 is #8BF5EB. Grayscale: #2A2A2A. Windows color (decimal): -9172460 or 1313396. OLE color: 1313396.

HSL color Cylindrical-coordinate representation of color #740A14: hue angle of 354.34º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A14 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1161020-
CMYK00.910.830.55
HSL354.34º84.13%24.71%-
HSV(B)354.34º91.38%45.49%-
XYZ7.443.981.04-
YUV42.83115.12180.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 79.45%
GREEN value IS 10 (4.30% from 255) = 6.85%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=79.45%
G=6.85%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116102000.910.830.55354.3484.1324.71
Hex74A1405B53371625419
Octal164122401331236754212431
Binary1110100101010100010110111010011110111101100010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740A14; }

 p { color: rgb(116,10,20); }

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

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

 a { background-color: rgb(116,10,20); }

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

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

 span { border-color: rgb(116,10,20); }

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