#73021F

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

Shades of Burgundy #73021F

Tints of Burgundy #73021F

Color information

#73021F (or 0x73021F) is unknown color: approx Burgundy. HEX triplet: 73, 02 and 1F. RGB value is (115,2,31). Sum of RGB (Red+Green+Blue) = 115+2+31=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #73021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73021F is #8CFDE0. Grayscale: #272727. Windows color (decimal): -9240033 or 2032243. OLE color: 2032243.

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

Color convert

RGB115231-
CMYK00.980.730.55
HSL344.6º96.58%22.94%-
HSV(B)344.6º98.26%45.1%-
XYZ7.343.791.64-
YUV39.09123.44182.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.70%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 31 (12.5% from 255) = 20.95%
R=77.70%
G=1.35%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11523100.980.730.55344.696.5822.94
Hex7321F06249371596117
Octal16323701421116753114127
Binary11100111011111011000101001001110111101011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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