#76040E

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

Shades of Burgundy #76040E

Tints of Burgundy #76040E

Color information

#76040E (or 0x76040E) is unknown color: approx Burgundy. HEX triplet: 76, 04 and 0E. RGB value is (118,4,14). Sum of RGB (Red+Green+Blue) = 118+4+14=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #76040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76040E is #89FBF1. Grayscale: #272727. Windows color (decimal): -9042930 or 918646. OLE color: 918646.

HSL color Cylindrical-coordinate representation of color #76040E: hue angle of 354.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76040E is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB118414-
CMYK00.970.880.54
HSL354.74º93.44%23.92%-
HSV(B)354.74º96.61%46.27%-
XYZ7.593.970.78-
YUV39.23113.77184.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 86.76%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 14 (5.86% from 255) = 10.29%
R=86.76%
G=2.94%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11841400.970.880.54354.7493.4423.92
Hex764E06158361635d18
Octal16641601411306654313530
Binary11101101001110011000011011000110110101100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76040E; }

 p { color: rgb(118,4,14); }

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

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

 a { background-color: rgb(118,4,14); }

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

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

 span { border-color: rgb(118,4,14); }

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