#73070C

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

Shades of Burgundy #73070C

Tints of Burgundy #73070C

Color information

#73070C (or 0x73070C) is unknown color: approx Burgundy. HEX triplet: 73, 07 and 0C. RGB value is (115,7,12). Sum of RGB (Red+Green+Blue) = 115+7+12=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #73070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73070C is #8CF8F3. Grayscale: #272727. Windows color (decimal): -9238772 or 788339. OLE color: 788339.

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

Color convert

RGB115712-
CMYK00.940.900.55
HSL357.22º88.52%23.92%-
HSV(B)357.22º93.91%45.1%-
XYZ7.213.820.71-
YUV39.86112.28181.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 85.82%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 12 (5.08% from 255) = 8.96%
R=85.82%
G=5.22%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11571200.940.900.55357.2288.5223.92
Hex737C05E5A371655918
Octal16371401361326754513130
Binary11100111111100010111101011010110111101100101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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