#730B1A

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

Shades of Burgundy #730B1A

Tints of Burgundy #730B1A

Color information

#730B1A (or 0x730B1A) is unknown color: approx Burgundy. HEX triplet: 73, 0B and 1A. RGB value is (115,11,26). Sum of RGB (Red+Green+Blue) = 115+11+26=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #730B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B1A is #8CF4E5. Grayscale: #2B2B2B. Windows color (decimal): -9237734 or 1706867. OLE color: 1706867.

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

Color convert

RGB1151126-
CMYK00.900.770.55
HSL351.35º82.54%24.71%-
HSV(B)351.35º90.43%45.1%-
XYZ7.383.961.35-
YUV43.81117.96178.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.66%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=75.66%
G=7.24%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115112600.900.770.55351.3582.5424.71
Hex73B1A05A4D3715f5319
Octal163133201321156753712331
Binary1110011101111010010110101001101110111101011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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