#730B2E

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

Shades of Burgundy #730B2E

Tints of Burgundy #730B2E

Color information

#730B2E (or 0x730B2E) is unknown color: approx Burgundy. HEX triplet: 73, 0B and 2E. RGB value is (115,11,46). Sum of RGB (Red+Green+Blue) = 115+11+46=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #730B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B2E is #8CF4D1. Grayscale: #2E2E2E. Windows color (decimal): -9237714 or 3017587. OLE color: 3017587.

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

Color convert

RGB1151146-
CMYK00.900.60.55
HSL339.81º82.54%24.71%-
HSV(B)339.81º90.43%45.1%-
XYZ7.684.082.97-
YUV46.09127.96177.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.86%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=66.86%
G=6.40%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115114600.900.60.55339.8182.5424.71
Hex73B2E05A3C371545319
Octal16313560132746752412331
Binary1110011101110111001011010111100110111101010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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