#73062D

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

Shades of Burgundy #73062D

Tints of Burgundy #73062D

Color information

#73062D (or 0x73062D) is unknown color: approx Burgundy. HEX triplet: 73, 06 and 2D. RGB value is (115,6,45). Sum of RGB (Red+Green+Blue) = 115+6+45=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #73062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73062D is #8CF9D2. Grayscale: #2A2A2A. Windows color (decimal): -9238995 or 2950771. OLE color: 2950771.

HSL color Cylindrical-coordinate representation of color #73062D: hue angle of 338.53º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73062D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB115645-
CMYK00.950.610.55
HSL338.53º90.08%23.73%-
HSV(B)338.53º94.78%45.1%-
XYZ7.613.962.85-
YUV43.04129.11179.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.28%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=69.28%
G=3.61%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11564500.950.610.55338.5390.0823.73
Hex7362D05F3D371535a18
Octal1636550137756752313230
Binary111001111010110101011111111101110111101010011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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