#730B1D

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

Shades of Burgundy #730B1D

Tints of Burgundy #730B1D

Color information

#730B1D (or 0x730B1D) is unknown color: approx Burgundy. HEX triplet: 73, 0B and 1D. RGB value is (115,11,29). Sum of RGB (Red+Green+Blue) = 115+11+29=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #730B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B1D is #8CF4E2. Grayscale: #2C2C2C. Windows color (decimal): -9237731 or 1903475. OLE color: 1903475.

HSL color Cylindrical-coordinate representation of color #730B1D: hue angle of 349.62º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B1D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1151129-
CMYK00.900.750.55
HSL349.62º82.54%24.71%-
HSV(B)349.62º90.43%45.1%-
XYZ7.413.971.54-
YUV44.15119.46178.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.19%
GREEN value IS 11 (4.69% from 255) = 7.10%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=74.19%
G=7.10%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115112900.900.750.55349.6282.5424.71
Hex73B1D05A4B3715e5319
Octal163133501321136753612331
Binary1110011101111101010110101001011110111101011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730B1D; }

 p { color: rgb(115,11,29); }

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

<style>
 a { background-color: #730B1D; }

 a { background-color: rgb(115,11,29); }

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

<style>
 span { border-color: #730B1D; }

 span { border-color: rgb(115,11,29); }

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