#73012D

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

Shades of Burgundy #73012D

Tints of Burgundy #73012D

Color information

#73012D (or 0x73012D) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 2D. RGB value is (115,1,45). Sum of RGB (Red+Green+Blue) = 115+1+45=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #73012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73012D is #8CFED2. Grayscale: #282828. Windows color (decimal): -9240275 or 2949491. OLE color: 2949491.

HSL color Cylindrical-coordinate representation of color #73012D: hue angle of 336.84º 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 #73012D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB115145-
CMYK00.990.610.55
HSL336.84º98.28%22.75%-
HSV(B)336.84º99.13%45.1%-
XYZ7.553.862.83-
YUV40.1130.77181.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.43%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=71.43%
G=0.62%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11514500.990.610.55336.8498.2822.75
Hex7312D0633D371516217
Octal1631550143756752114227
Binary1110011110110101100011111101110111101010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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