#73011E

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

Shades of Burgundy #73011E

Tints of Burgundy #73011E

Color information

#73011E (or 0x73011E) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 1E. RGB value is (115,1,30). Sum of RGB (Red+Green+Blue) = 115+1+30=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #73011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73011E is #8CFEE1. Grayscale: #262626. Windows color (decimal): -9240290 or 1966451. OLE color: 1966451.

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

Color convert

RGB115130-
CMYK00.990.740.55
HSL344.74º98.28%22.75%-
HSV(B)344.74º99.13%45.1%-
XYZ7.323.761.57-
YUV38.39123.27182.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.77%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=78.77%
G=0.68%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11513000.990.740.55344.7498.2822.75
Hex7311E0634A371596217
Octal16313601431126753114227
Binary1110011111110011000111001010110111101011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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