#730A1B

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

Shades of Burgundy #730A1B

Tints of Burgundy #730A1B

Color information

#730A1B (or 0x730A1B) is unknown color: approx Burgundy. HEX triplet: 73, 0A and 1B. RGB value is (115,10,27). Sum of RGB (Red+Green+Blue) = 115+10+27=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #730A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A1B is #8CF5E4. Grayscale: #2B2B2B. Windows color (decimal): -9237989 or 1772147. OLE color: 1772147.

HSL color Cylindrical-coordinate representation of color #730A1B: hue angle of 350.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A1B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1151027-
CMYK00.910.770.55
HSL350.29º84%24.51%-
HSV(B)350.29º91.3%45.1%-
XYZ7.383.941.41-
YUV43.33118.79179.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.66%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=75.66%
G=6.58%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115102700.910.770.55350.298424.51
Hex73A1B05B4D3715e5419
Octal163123301331156753612431
Binary1110011101011011010110111001101110111101011110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,10,27); }

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

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

 a { background-color: rgb(115,10,27); }

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

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

 span { border-color: rgb(115,10,27); }

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