#730B2F

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

Shades of Burgundy #730B2F

Tints of Burgundy #730B2F

Color information

#730B2F (or 0x730B2F) is unknown color: approx Burgundy. HEX triplet: 73, 0B and 2F. RGB value is (115,11,47). Sum of RGB (Red+Green+Blue) = 115+11+47=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #730B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B2F is #8CF4D0. Grayscale: #2E2E2E. Windows color (decimal): -9237713 or 3083123. OLE color: 3083123.

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

Color convert

RGB1151147-
CMYK00.900.590.55
HSL339.23º82.54%24.71%-
HSV(B)339.23º90.43%45.1%-
XYZ7.74.093.07-
YUV46.2128.46177.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 11 (4.69% from 255) = 6.36%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=66.47%
G=6.36%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115114700.900.590.55339.2382.5424.71
Hex73B2F05A3B371535319
Octal16313570132736752312331
Binary1110011101110111101011010111011110111101010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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