#740D0E

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

Shades of Burgundy #740D0E

Tints of Burgundy #740D0E

Color information

#740D0E (or 0x740D0E) is unknown color: approx Burgundy. HEX triplet: 74, 0D and 0E. RGB value is (116,13,14). Sum of RGB (Red+Green+Blue) = 116+13+14=143 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.12% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 116 - color contains mainly: red. Hex color #740D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740D0E is #8BF2F1. Grayscale: #2C2C2C. Windows color (decimal): -9171698 or 920948. OLE color: 920948.

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

Color convert

RGB1161314-
CMYK00.890.880.55
HSL359.42º79.84%25.29%-
HSV(B)359.42º88.79%45.49%-
XYZ7.434.030.8-
YUV43.91111.12179.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 81.12%
GREEN value IS 13 (5.47% from 255) = 9.09%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=81.12%
G=9.09%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116131400.890.880.55359.4279.8425.29
Hex74DE05958371675019
Octal164151601311306754712031
Binary111010011011110010110011011000110111101100111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,13,14); }

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

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

 a { background-color: rgb(116,13,14); }

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

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

 span { border-color: rgb(116,13,14); }

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