#73042B

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

Shades of Burgundy #73042B

Tints of Burgundy #73042B

Color information

#73042B (or 0x73042B) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 2B. RGB value is (115,4,43). Sum of RGB (Red+Green+Blue) = 115+4+43=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73042B is #8CFBD4. Grayscale: #292929. Windows color (decimal): -9239509 or 2819187. OLE color: 2819187.

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

Color convert

RGB115443-
CMYK00.970.630.55
HSL338.92º93.28%23.33%-
HSV(B)338.92º96.52%45.1%-
XYZ7.553.912.64-
YUV41.64128.77180.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.99%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=70.99%
G=2.47%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11544300.970.630.55338.9293.2823.33
Hex7342B0613F371535d17
Octal1634530141776752313527
Binary111001110010101101100001111111110111101010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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