#730314

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

Shades of Burgundy #730314

Tints of Burgundy #730314

Color information

#730314 (or 0x730314) is unknown color: approx Burgundy. HEX triplet: 73, 03 and 14. RGB value is (115,3,20). Sum of RGB (Red+Green+Blue) = 115+3+20=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #730314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730314 is #8CFCEB. Grayscale: #262626. Windows color (decimal): -9239788 or 1311603. OLE color: 1311603.

HSL color Cylindrical-coordinate representation of color #730314: hue angle of 350.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730314 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB115320-
CMYK00.970.830.55
HSL350.89º94.92%23.14%-
HSV(B)350.89º97.39%45.1%-
XYZ7.233.761.01-
YUV38.43117.61182.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 83.33%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=83.33%
G=2.17%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11532000.970.830.55350.8994.9223.14
Hex73314061533715f5f17
Octal16332401411236753713727
Binary11100111110100011000011010011110111101011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730314; }

 p { color: rgb(115,3,20); }

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

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

 a { background-color: rgb(115,3,20); }

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

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

 span { border-color: rgb(115,3,20); }

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