#73012B

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

Shades of Burgundy #73012B

Tints of Burgundy #73012B

Color information

#73012B (or 0x73012B) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 2B. RGB value is (115,1,43). Sum of RGB (Red+Green+Blue) = 115+1+43=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #73012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73012B is #8CFED4. Grayscale: #272727. Windows color (decimal): -9240277 or 2818419. OLE color: 2818419.

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

Color convert

RGB115143-
CMYK00.990.630.55
HSL337.89º98.28%22.75%-
HSV(B)337.89º99.13%45.1%-
XYZ7.523.842.63-
YUV39.87129.77181.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.33%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=72.33%
G=0.63%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11514300.990.630.55337.8998.2822.75
Hex7312B0633F371526217
Octal1631530143776752214227
Binary1110011110101101100011111111110111101010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73012B; }

 p { color: rgb(115,1,43); }

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

<style>
 a { background-color: #73012B; }

 a { background-color: rgb(115,1,43); }

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

<style>
 span { border-color: #73012B; }

 span { border-color: rgb(115,1,43); }

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