#730B2D

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

Shades of Burgundy #730B2D

Tints of Burgundy #730B2D

Color information

#730B2D (or 0x730B2D) is unknown color: approx Burgundy. HEX triplet: 73, 0B and 2D. RGB value is (115,11,45). Sum of RGB (Red+Green+Blue) = 115+11+45=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #730B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B2D is #8CF4D2. Grayscale: #2D2D2D. Windows color (decimal): -9237715 or 2952051. OLE color: 2952051.

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

Color convert

RGB1151145-
CMYK00.900.610.55
HSL340.38º82.54%24.71%-
HSV(B)340.38º90.43%45.1%-
XYZ7.664.072.87-
YUV45.97127.46177.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.25%
GREEN value IS 11 (4.69% from 255) = 6.43%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=67.25%
G=6.43%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115114500.900.610.55340.3882.5424.71
Hex73B2D05A3D371545319
Octal16313550132756752412331
Binary1110011101110110101011010111101110111101010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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