#73081C

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

Shades of Burgundy #73081C

Tints of Burgundy #73081C

Color information

#73081C (or 0x73081C) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 1C. RGB value is (115,8,28). Sum of RGB (Red+Green+Blue) = 115+8+28=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #73081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73081C is #8CF7E3. Grayscale: #2A2A2A. Windows color (decimal): -9238500 or 1837171. OLE color: 1837171.

HSL color Cylindrical-coordinate representation of color #73081C: hue angle of 348.79º 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 #73081C is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB115828-
CMYK00.930.760.55
HSL348.79º86.99%24.12%-
HSV(B)348.79º93.04%45.1%-
XYZ7.373.91.46-
YUV42.27119.95179.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.16%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=76.16%
G=5.30%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11582800.930.760.55348.7986.9924.12
Hex7381C05D4C3715d5718
Octal163103401351146753512730
Binary1110011100011100010111011001100110111101011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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