#73040D

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

Shades of Burgundy #73040D

Tints of Burgundy #73040D

Color information

#73040D (or 0x73040D) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 0D. RGB value is (115,4,13). Sum of RGB (Red+Green+Blue) = 115+4+13=132 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.12% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 115 - color contains mainly: red. Hex color #73040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73040D is #8CFBF2. Grayscale: #262626. Windows color (decimal): -9239539 or 853107. OLE color: 853107.

HSL color Cylindrical-coordinate representation of color #73040D: hue angle of 355.14º 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 #73040D is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB115413-
CMYK00.970.890.55
HSL355.14º93.28%23.33%-
HSV(B)355.14º96.52%45.1%-
XYZ7.193.760.73-
YUV38.21113.77182.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 87.12%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 13 (5.47% from 255) = 9.85%
R=87.12%
G=3.03%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11541300.970.890.55355.1493.2823.33
Hex734D06159371635d17
Octal16341501411316754313527
Binary11100111001101011000011011001110111101100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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