#73081E

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

Shades of Burgundy #73081E

Tints of Burgundy #73081E

Color information

#73081E (or 0x73081E) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 1E. RGB value is (115,8,30). Sum of RGB (Red+Green+Blue) = 115+8+30=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #73081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73081E is #8CF7E1. Grayscale: #2A2A2A. Windows color (decimal): -9238498 or 1968243. OLE color: 1968243.

HSL color Cylindrical-coordinate representation of color #73081E: hue angle of 347.66º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73081E is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB115830-
CMYK00.930.740.55
HSL347.66º86.99%24.12%-
HSV(B)347.66º93.04%45.1%-
XYZ7.393.911.59-
YUV42.5120.95179.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.16%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 30 (12.11% from 255) = 19.61%
R=75.16%
G=5.23%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11583000.930.740.55347.6686.9924.12
Hex7381E05D4A3715c5718
Octal163103601351126753412730
Binary1110011100011110010111011001010110111101011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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