#73022E

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

Shades of Burgundy #73022E

Tints of Burgundy #73022E

Color information

#73022E (or 0x73022E) is unknown color: approx Burgundy. HEX triplet: 73, 02 and 2E. RGB value is (115,2,46). Sum of RGB (Red+Green+Blue) = 115+2+46=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73022E is #8CFDD1. Grayscale: #282828. Windows color (decimal): -9240018 or 3015283. OLE color: 3015283.

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

Color convert

RGB115246-
CMYK00.980.60.55
HSL336.64º96.58%22.94%-
HSV(B)336.64º98.26%45.1%-
XYZ7.593.892.93-
YUV40.8130.94180.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.55%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=70.55%
G=1.23%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11524600.980.60.55336.6496.5822.94
Hex7322E0623C371516117
Octal1632560142746752114127
Binary11100111010111001100010111100110111101010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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