#73020E

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

Shades of Burgundy #73020E

Tints of Burgundy #73020E

Color information

#73020E (or 0x73020E) is unknown color: approx Burgundy. HEX triplet: 73, 02 and 0E. RGB value is (115,2,14). Sum of RGB (Red+Green+Blue) = 115+2+14=131 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.79% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 115 - color contains mainly: red. Hex color #73020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73020E is #8CFDF1. Grayscale: #252525. Windows color (decimal): -9240050 or 918131. OLE color: 918131.

HSL color Cylindrical-coordinate representation of color #73020E: hue angle of 353.63º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73020E is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB115214-
CMYK00.980.880.55
HSL353.63º96.58%22.94%-
HSV(B)353.63º98.26%45.1%-
XYZ7.173.720.76-
YUV37.16114.94183.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 87.79%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=87.79%
G=1.53%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11521400.980.880.55353.6396.5822.94
Hex732E06258371626117
Octal16321601421306754214127
Binary1110011101110011000101011000110111101100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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