#73061C

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

Shades of Burgundy #73061C

Tints of Burgundy #73061C

Color information

#73061C (or 0x73061C) is unknown color: approx Burgundy. HEX triplet: 73, 06 and 1C. RGB value is (115,6,28). Sum of RGB (Red+Green+Blue) = 115+6+28=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #73061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73061C is #8CF9E3. Grayscale: #292929. Windows color (decimal): -9239012 or 1836659. OLE color: 1836659.

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

Color convert

RGB115628-
CMYK00.950.760.55
HSL347.89º90.08%23.73%-
HSV(B)347.89º94.78%45.1%-
XYZ7.343.861.46-
YUV41.1120.61180.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.18%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=77.18%
G=4.03%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11562800.950.760.55347.8990.0823.73
Hex7361C05F4C3715c5a18
Octal16363401371146753413230
Binary111001111011100010111111001100110111101011100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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