#73072E

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

Shades of Burgundy #73072E

Tints of Burgundy #73072E

Color information

#73072E (or 0x73072E) is unknown color: approx Burgundy. HEX triplet: 73, 07 and 2E. RGB value is (115,7,46). Sum of RGB (Red+Green+Blue) = 115+7+46=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #73072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73072E is #8CF8D1. Grayscale: #2B2B2B. Windows color (decimal): -9238738 or 3016563. OLE color: 3016563.

HSL color Cylindrical-coordinate representation of color #73072E: hue angle of 338.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73072E is Cyan = 0, Magento = 0.94, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB115746-
CMYK00.940.60.55
HSL338.33º88.52%23.92%-
HSV(B)338.33º93.91%45.1%-
XYZ7.643.992.95-
YUV43.74129.28178.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.45%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=68.45%
G=4.17%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11574600.940.60.55338.3388.5223.92
Hex7372E05E3C371525918
Octal1637560136746752213130
Binary111001111110111001011110111100110111101010010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,7,46); }

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

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

 a { background-color: rgb(115,7,46); }

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

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

 span { border-color: rgb(115,7,46); }

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