#73072D

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

Shades of Burgundy #73072D

Tints of Burgundy #73072D

Color information

#73072D (or 0x73072D) is unknown color: approx Burgundy. HEX triplet: 73, 07 and 2D. RGB value is (115,7,45). Sum of RGB (Red+Green+Blue) = 115+7+45=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #73072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73072D is #8CF8D2. Grayscale: #2B2B2B. Windows color (decimal): -9238739 or 2951027. OLE color: 2951027.

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

Color convert

RGB115745-
CMYK00.940.610.55
HSL338.89º88.52%23.92%-
HSV(B)338.89º93.91%45.1%-
XYZ7.623.992.85-
YUV43.62128.78178.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=68.86%
G=4.19%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11574500.940.610.55338.8988.5223.92
Hex7372D05E3D371535918
Octal1637550136756752313130
Binary111001111110110101011110111101110111101010011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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