#73070E

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

Shades of Burgundy #73070E

Tints of Burgundy #73070E

Color information

#73070E (or 0x73070E) is unknown color: approx Burgundy. HEX triplet: 73, 07 and 0E. RGB value is (115,7,14). Sum of RGB (Red+Green+Blue) = 115+7+14=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #73070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73070E is #8CF8F1. Grayscale: #282828. Windows color (decimal): -9238770 or 919411. OLE color: 919411.

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

Color convert

RGB115714-
CMYK00.940.880.55
HSL356.11º88.52%23.92%-
HSV(B)356.11º93.91%45.1%-
XYZ7.233.830.77-
YUV40.09113.28181.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 84.56%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 14 (5.86% from 255) = 10.29%
R=84.56%
G=5.15%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11571400.940.880.55356.1188.5223.92
Hex737E05E58371645918
Octal16371601361306754413130
Binary11100111111110010111101011000110111101100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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