#73021E

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

Shades of Burgundy #73021E

Tints of Burgundy #73021E

Color information

#73021E (or 0x73021E) is unknown color: approx Burgundy. HEX triplet: 73, 02 and 1E. RGB value is (115,2,30). Sum of RGB (Red+Green+Blue) = 115+2+30=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #73021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73021E is #8CFDE1. Grayscale: #262626. Windows color (decimal): -9240034 or 1966707. OLE color: 1966707.

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

Color convert

RGB115230-
CMYK00.980.740.55
HSL345.13º96.58%22.94%-
HSV(B)345.13º98.26%45.1%-
XYZ7.333.781.57-
YUV38.98122.94182.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.23%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=78.23%
G=1.36%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11523000.980.740.55345.1396.5822.94
Hex7321E0624A371596117
Octal16323601421126753114127
Binary11100111011110011000101001010110111101011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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