#73041E

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

Shades of Burgundy #73041E

Tints of Burgundy #73041E

Color information

#73041E (or 0x73041E) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 1E. RGB value is (115,4,30). Sum of RGB (Red+Green+Blue) = 115+4+30=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #73041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73041E is #8CFBE1. Grayscale: #282828. Windows color (decimal): -9239522 or 1967219. OLE color: 1967219.

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

Color convert

RGB115430-
CMYK00.970.740.55
HSL345.95º93.28%23.33%-
HSV(B)345.95º96.52%45.1%-
XYZ7.353.831.58-
YUV40.15122.27181.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.18%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=77.18%
G=2.68%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11543000.970.740.55345.9593.2823.33
Hex7341E0614A3715a5d17
Octal16343601411126753213527
Binary111001110011110011000011001010110111101011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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