#73040E

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

Shades of Burgundy #73040E

Tints of Burgundy #73040E

Color information

#73040E (or 0x73040E) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 0E. RGB value is (115,4,14). Sum of RGB (Red+Green+Blue) = 115+4+14=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #73040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73040E is #8CFBF1. Grayscale: #262626. Windows color (decimal): -9239538 or 918643. OLE color: 918643.

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

Color convert

RGB115414-
CMYK00.970.880.55
HSL354.59º93.28%23.33%-
HSV(B)354.59º96.52%45.1%-
XYZ7.193.760.76-
YUV38.33114.27182.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 86.47%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=86.47%
G=3.01%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11541400.970.880.55354.5993.2823.33
Hex734E06158371635d17
Octal16341601411306754313527
Binary11100111001110011000011011000110111101100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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