#730C12

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

Shades of Burgundy #730C12

Tints of Burgundy #730C12

Color information

#730C12 (or 0x730C12) is unknown color: approx Burgundy. HEX triplet: 73, 0C and 12. RGB value is (115,12,18). Sum of RGB (Red+Green+Blue) = 115+12+18=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #730C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730C12 is #8CF3ED. Grayscale: #2B2B2B. Windows color (decimal): -9237486 or 1182835. OLE color: 1182835.

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

Color convert

RGB1151218-
CMYK00.900.840.55
HSL356.5º81.1%24.9%-
HSV(B)356.5º89.57%45.1%-
XYZ7.313.950.95-
YUV43.48113.62179.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 79.31%
GREEN value IS 12 (5.08% from 255) = 8.28%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=79.31%
G=8.28%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115121800.900.840.55356.581.124.9
Hex73C1205A54371655119
Octal163142201321246754512131
Binary1110011110010010010110101010100110111101100101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,12,18); }

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

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

 a { background-color: rgb(115,12,18); }

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

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

 span { border-color: rgb(115,12,18); }

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