#73042C

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

Shades of Burgundy #73042C

Tints of Burgundy #73042C

Color information

#73042C (or 0x73042C) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 2C. RGB value is (115,4,44). Sum of RGB (Red+Green+Blue) = 115+4+44=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73042C is #8CFBD3. Grayscale: #292929. Windows color (decimal): -9239508 or 2884723. OLE color: 2884723.

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

Color convert

RGB115444-
CMYK00.970.620.55
HSL338.38º93.28%23.33%-
HSV(B)338.38º96.52%45.1%-
XYZ7.573.912.74-
YUV41.75129.27180.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.55%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=70.55%
G=2.45%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11544400.970.620.55338.3893.2823.33
Hex7342C0613E371525d17
Octal1634540141766752213527
Binary111001110010110001100001111110110111101010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73042C; }

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

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

<style>
 a { background-color: #73042C; }

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

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

<style>
 span { border-color: #73042C; }

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

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