#74040C

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

Shades of Burgundy #74040C

Tints of Burgundy #74040C

Color information

#74040C (or 0x74040C) is unknown color: approx Burgundy. HEX triplet: 74, 04 and 0C. RGB value is (116,4,12). Sum of RGB (Red+Green+Blue) = 116+4+12=132 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.88% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 116 - color contains mainly: red. Hex color #74040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74040C is #8BFBF3. Grayscale: #262626. Windows color (decimal): -9174004 or 787572. OLE color: 787572.

HSL color Cylindrical-coordinate representation of color #74040C: hue angle of 355.71º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74040C is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB116412-
CMYK00.970.900.55
HSL355.71º93.33%23.53%-
HSV(B)355.71º96.55%45.49%-
XYZ7.313.830.7-
YUV38.4113.11183.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 87.88%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=87.88%
G=3.03%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11641200.970.900.55355.7193.3323.53
Hex744C0615A371645d18
Octal16441401411326754413530
Binary11101001001100011000011011010110111101100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74040C; }

 p { color: rgb(116,4,12); }

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

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

 a { background-color: rgb(116,4,12); }

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

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

 span { border-color: rgb(116,4,12); }

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